@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css');
body{
    background-color: #0B0C10 !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    height: 100vh;
    position: relative;
}
a:focus, .btn:focus {
    color: inherit !important;
    text-decoration: none !important;
    outline: none; /* remove default browser outline */
    box-shadow: 0 0 8px 2px #66fcf1; /* soft glowing border */
    transition: box-shadow 0.3s ease-in-out; /* smooth glow animation */
}
pre{
    display: block !important;
    font-size: 3px !important;
    color: #fff !important;
    width: 95vw !important;
    margin-bottom: 0px !important;
}
.loader{
    margin: 0;
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    position: relative;
    z-index: 1000;
    width: 100vw
}
.loader img{
    width: 100px;
}
.loader .animation{
    display: flex;
    justify-content: center;
    width: 100%;
}
.transition-up{
    bottom: 0% !important;
    transition: 2s linear;
}
.transition-down{
    bottom: -35% !important;
    transition: 2s linear;
}

:root {
    --primary: #66fcf1 !important;
    --secondary: #66fcf1 !important;
    --accent: #ff0062;
    --dark: #001034;
    --light: #f0f9ff;
}

.overlay{
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 1031;
    background-color: #000000bf;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
}
.overlay-content{
    padding: 15px;
}
.overlay-content .avatar-box{
    display: flex;
    justify-content: center;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 10px;
}
.overlay-content .avatar-box img{
    margin: 5px;
}
.overlay-content a{
    border-radius: 20px;
    padding: 15px;
    background-color: #66fcf1;
    color: #000 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    margin-top: 20px;
}
.overlay h5{
    text-align: center;
}

.countdown_container{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-top: 70px;
    margin-bottom: 30px;
}

.stadium-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.crowd-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    transform-origin: bottom center;
    animation: wave 8s ease-in-out infinite;
}

.event-details {
    text-align: center;
}

.match {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 36px;
    font-family: "Climate Crisis", sans-serif !important;
}

.countdown-wrapper {
    position: relative;
    width: 100%;
    padding: 1rem;
    margin-top: 10px;
}

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 2px solid rgba(0, 178, 255, 0.3);
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pulse-ring:nth-child(2) {
    animation-delay: 0.5s;
}

.pulse-ring:nth-child(3) {
    animation-delay: 1s;
}

.countdown-container {
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

.countdown-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    position: relative;
}

.segment-value {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
    position: relative;
    margin-bottom: 0.5rem;
    text-shadow: 0 5px 15px rgba(10, 255, 133, 0.3);
    transform-style: preserve-3d;
}

.segment-value::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: 2px;
}

.segment-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(240, 249, 255, 0.7);
}

.ticker {
    background: rgba(0, 16, 52, 0.7);
    padding: 10px;
    font-size: 14px !important;
    overflow: hidden;
    border-top: 1px solid rgba(0, 178, 255, 0.3);
    border-bottom: 1px solid rgba(0, 178, 255, 0.3);
}

.ticker-content {
    display: flex;
    animation: ticker 20s linear infinite;
    white-space: nowrap;
}

.ticker-item {
    margin-right: 50px;
    font-weight: 700;
    color: var(--light);
}

.ticker-highlight {
    color: var(--secondary);
}

.beat-animation {
    animation: beat 0.5s ease-out;
}

.cta-button {
    position: relative;
    margin-top: 15px;
    padding: 0.8rem 2rem;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #66fcf1;
    border: none;
    border-radius: 30px;
    color: var(--dark);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(10, 255, 133, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(10, 255, 133, 0.5);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: translateX(-100%);
}

.cta-button:hover::before {
    animation: shimmer 1.5s infinite;
}

/* Responsiveness */
@media (max-width: 600px) {
    .tournament {
    font-size: 1rem;
    }
    
    .match {
    font-size: 27px;
    }
    
    .segment-value {
    font-size: 53px;
    }
    
    .countdown-segment {
    margin: 0 0.7rem;
    }
    
    .segment-label {
    font-size: 0.7rem;
    }
    
    .pulse-ring {
    width: 250px;
    height: 250px;
    }
}

/* Animations */
@keyframes pulse {
    0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.8;
    }
    70% {
    opacity: 0.2;
    }
    100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
    }
}

@keyframes wave {
    0%, 100% {
    transform: scaleY(1);
    }
    50% {
    transform: scaleY(1.1);
    }
}

@keyframes beat {
    0% {
    transform: scale(1);
    }
    50% {
    transform: scale(1.1);
    }
    100% {
    transform: scale(1);
    }
}

@keyframes ticker {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-100%);
    }
}

@keyframes shimmer {
    0% {
    transform: translateX(-100%);
    }
    100% {
    transform: translateX(100%);
    }
}

.flare {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px rgba(0, 178, 255, 0.7);
    animation: flare-animation 4s infinite;
    opacity: 0;
}

@keyframes flare-animation {
    0% {
    opacity: 0;
    transform: scale(0);
    }
    20% {
    opacity: 1;
    transform: scale(1);
    }
    80% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    transform: scale(0);
    }
}

.containr-fluid{
    margin-top: -20px; 
    background-color: #0B0C10;
}
h3 {
    font-size: 33px !important;
    text-align: center;
    font-family: "Climate Crisis", sans-serif !important;
    width: 100%;
    line-height: 33px !important;
    margin-top: -15px !important;
    margin-bottom: 20px !important;
}
h4{
    font-size: 21px !important;
    text-align: center;
    line-height: 37px !important;
    font-family: "Climate Crisis", sans-serif !important;
}
h5{
    font-size: 17px !important;
    font-weight: 700 !important;
}
.toast{
    opacity: 1 !important;
    max-width: 600px !important;
    margin-right: 20px;
    background-color: transparent !important;
}
.toast:not(:last-child) {
    margin-bottom: 0rem !important;
}
.toast-header{
    background-color: #1F2833 !important;
    color: #66FCF1 !important;
    padding: 10px 15px !important;
    border-bottom: none !important;
}
.toast-body{
    background-color: #1F2833;
    border-bottom-left-radius: 10px;
}
.toast-body span{
    width: 300px !important;
    display: block;
    white-space: normal;
}
.text_primary{
    color: #66FCF1;
}
.text_white{
    text-decoration: underline;
}
.normal_text{
    text-align: left;
    background-color: #1F2833;
    border-left: 4px solid #66FCF1;
    font-size: 13px;
    font-weight: 600 !important;
    padding: 15px 10px;
}
.sub-text{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
.tornament_container{
    display: flex;
    margin-top: 15px;
    overflow: auto;
    white-space: nowrap;
    width: 99%;
    height: 500px;
    padding-bottom: 20px;
}
.tournament_box{
    width: 300px;
    height: 100%;
    margin-right: 20px;
    border-radius: 20px;
}
.tournament_img{
    width: 300px;
    height: 450px;
}
.tournament_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.tournament_name{
    font-weight: 800;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    text-align: center;
}
.join_mid_section{
    background-color: #66fcf1;
    margin: 40px 20px;
    padding: 20px;
    border-radius: 20px;
    color: #000 !important;
}
.join_mid_section h5{
    text-align: center;
    margin-top: 20px;
}
.join_mid_section a{
    width: 80%;
    display: block;
    padding: 15px;
    background-color: #000;
    color: #66fcf1;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}

.fixed-top{
    position: relative !important;
}
.alertHeader{
    font-weight: 700;
    font-size: 14px;
    color: #000;
    background-color: #66fcf1 !important;
}

.navbar-toggler{
    border: none !important;
}
.navbar-brand{
    font-weight: 900;
    display: flex !important;
}
.navbar-brand h4{
    margin-top: 10px !important;
    margin-left: -5px !important;
    font-size: 18px !important;
}
.navbar-brand img{
    width: 50px;
}
.navbar-collapse{
    background-color: #000 !important;
    padding: 10px !important;
    border-radius: 10px;
}
.navbar-collapse li{
    list-style: none !important;
}
.navbar-collapse li a{
    color: #66FCF1 !important;
    font-weight: 600;
    font-size: 13px !important;
}
.hero_img{
    display: flex;
    justify-content: center;
}
.hero_img img{
    width: 100%;
}
.header{
    padding: 15px;
    height: fit-content;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header .box{
    width: 100%;
}
.header p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    padding: 0px 15px;
    margin-bottom: 25px;
}
.header .d-flex{
    margin: 0px 15px;
}
.header a{
    width: 100%;
    display: block;
    padding: 15px;
    background-color: #66fcf1;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}
.header .login a{
    background-color: #000 !important;
    color: #66fcf1 !important;
}
.header h4{
    margin-top: 60px;
    font-size: 13px !important;
    margin-bottom: -60px;
    color: #ccc;
}
.sponsoredBy{
    display: flex;
    overflow: auto;
    white-space: nowrap;
    width: 99%;
}
.sponsoredBy::-webkit-scrollbar{
    display: none;
}
.sponsoredBy img{
    width: auto;
    max-width: 190px;
}
.containr-fluid section{
    padding-left: 20px;
    padding-right: 20px;
}
iframe{
    height: 700px;
    width: 100%;
    border: none !important;
}
#gameContainer .img_box{
    width: 150px;
    height: 150px;
}
#gameContainer .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
marquee{
    margin-top: 15px;
}
marquee .img_box{
    width: 250px;
    height: 450px;
    margin-left: 20px;
}
marquee .img_box img{
    width: inherit;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.games_box_holder{
    margin-top: 20px;
}
.games_box_holder .img_box{
    width: 130px !important;
    height: 150px !important;
    margin-left: 10px;
}
.games_box_holder .img_box img{
    width: inherit;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.games_box .games_box_holder{
    display: flex;
    overflow: auto;
    white-space: nowrap;
    width: 99%;
    padding-bottom: 20px;
}
.games_box .games_box_holder::-webkit-scrollbar{
    display: none;
}
.h_t_w{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
}
.h_t_w_box{
    padding: 20px;
    position: relative;
    background-color: #1F2833;
    border-radius: 20px;
    margin-bottom: 15px;
    transform: rotateY(90deg);
    opacity: 0;
    transition: all 0.8s ease;
}
.h_t_w_box.show {
    transform: rotateY(0deg);
    opacity: 1;
  }
.h_t_w_box span{
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 900;
}
.h_t_w_box img{
    margin-bottom: 18px;
    width: 20px;
    float: right;
}
.h_t_w_box h5{
    font-size: 14px;
}
.h_t_w_box p{
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}
.tutorial_videos{
    width: 100%;
    height: fit-content;
    margin-top: 30px;
}
.tutorial_videos video{
    width: inherit;
    max-height: 300px;
}
.players_response_box{
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    display: flex;
}
.players_response_box::-webkit-scrollbar{
    display: none;
}
.faq_{
    margin-top: 60px;
}
.faq_ h4{
    text-align: left !important;
    font-size: 18px !important;
}
.faq_ p{
    text-align: left !important;
    margin-bottom: 10px;
    font-weight: 600 !important;
}
.card{
    border: none !important;
    background-color: transparent !important;
}
.card-header {
    padding: .75rem 0px 5px!important;
    margin-bottom: 0;
    background-color: #0B0C10 !important;
    color: #fff !important;
    border-bottom: none !important;
}
.card-header a{
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
.card .collapse{
    border: none !important;
}
.card-body{
    background-color: #0B0C10;
    color: #fff;
    padding: 0px 0px 10px!important;
    font-size: 13px;
    font-weight: 600;
}
footer{
    margin-top: 20px;
    padding: 15px;
}
footer h4{
    text-align: left !important;
    font-size: 20px !important;
}
footer p{
    font-weight: 800;
    font-size: 11px;
    color: #ccc;
    margin-bottom: 5px;
    text-align: left;
}
footer ._social{
    margin-top: 30px;
}
footer ._social a{
    font-size: 20px;
}
footer ._links{
    margin-top: 15px;
}
footer ._links li{
    list-style: none;
    margin-bottom: 7px;
}
footer a{
    font-weight: 600;
    font-size: 13px;
    color: #fff !important;
    margin-right: 10px;
}

/* Animation effect */
.normal_text {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease;
}

.normal_text .slide-left {
  transform: translateX(-50px);
}

.normal_text .slide-right {
  transform: translateX(50px);
}

.normal_text .slide-bottom {
  transform: translateY(50px);
}

.normal_text.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.cookies_container{
    padding: 10px 10px 0px 10px;
    position: fixed;
    bottom: -25%;
}
.cookies_box{
    position: relative;
    padding: 10px 15px;
    background-color: #66fcf1;
    color: #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.cookies_box .cookies_header{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 5px;
}
.cookies_box .cookies_body{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cookies_box .cookies_footer button{
    background-color: #1F2833;
    color: #66fcf1;
    padding: 10px;
    font-weight: 700;
    border-radius: 10px;
}