.image-desktop {
    background-image: none;
}


body{
    background-color: var(--primary-color-gray);
}

.bgGray{background-color: #2B3F52; 

}

.bgLightGray{ background-color: #1E2C39;}


.hero {
  background: #070b11;
}

.hero__picture {
  display: block;
  width: 100%;
  margin: 0;
}

.hero__img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60px;
}

  .icons-clickable {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.2vw, 12px);
  flex-wrap: nowrap;
  width: 100%;
}

.socialIcon {
  width: clamp(54px, 7vw, 64px);
  height: auto;
  flex-shrink: 0;
}
.left {
  animation: slideInLeft 1s ease forwards;
}

.right {
  animation: slideInRight 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes slideInLeft {
  from { opacity:0; transform: translateX(-40px); }
  to   { opacity:1; transform: translateX(0); }
}
@keyframes slideInRight {
  from { opacity:0; transform: translateX(40px); }
  to   { opacity:1; transform: translateX(0); }
}



  .pfl-banner {
    background: url('images/pfl-main-banner.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
  }

  .pfl-banner .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .pfl-banner .divider {
    width: 1px;
    background-color: #ccc;
    height: 40px;
  }

  .pfl-banner .headline {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .pfl-banner .highlight {
    font-weight: bold;
    font-size: 2rem;
  }

  .pfl-banner .btn-join {
    margin-top: 30px;
    
  }

  .pfl-banner .btn {
    background-color: #33C16C;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
  }

.offer-main{
      max-width: 350px;
}

 .promo-section {
      margin-bottom: 60px;
    }
    .promo-img {
      width: 100%;
      max-width: 400px;
      height: auto;
      border-radius: 10px;
    }
    .promo-text {
      font-size: 20px;
      font-weight: 700;
    
      color: #ffffff;
    }

    .section-bg-1a {
  background-image: url('images/bg-step-1a.jpg?v=2'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1B2C3B;
  background-blend-mode: color-dodge;
      padding: 10px 15px;
  border-radius: 10px;
}


.section-bg-1 {
  background-image: url('images/bg-step-1.jpg?v=3'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1B2C3B;
  background-blend-mode: color-dodge;
      padding: 10px 15px;
  border-radius: 10px;
}

.section-bg-2 {
  background-image: url('images/bg-step-2.jpg?v=2'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1B2C3B;
  background-blend-mode: color-dodge;
      padding: 10px 15px;
  border-radius: 10px;
}

.section-bg-3 {
  background-image: url('images/bg-step-3.jpg?v=2'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1B2C3B;
  background-blend-mode: color-dodge;
      padding: 10px 15px;
  border-radius: 10px;
}

.headline {
      text-align: center;
      font-weight: 700;
      font-size: 1.8rem;
    }
    .subtext {
      text-align: center;
      color: #ccc;
      margin-top: 20px;
      margin-bottom: 15px;
    }
    .content-left {
      max-width: 490px;
      margin: 0 auto;
      text-align: left;
    }
    .content-left strong {
      display: inline-block;
      margin-bottom: 10px;
    }
    .content-left ul {
      padding-left: 1.2rem;
    }
    .content-left li {
      color: #ffffff;
      margin-bottom: 10px;
    }
    .emoji {
      margin-right: 6px;
      color: #3effb9;
        margin-bottom: 10px;
    }

.slot-imgs{
  max-width: 400px;
}

    .cta-main {
      min-width: 380px;
        font-size: 36px;
        text-align: center;
    }

.cryptoHeaven{
  font-weight: 400;
    font-style: normal;
   
    line-height: 24px;
    margin: 15px auto 0;
    color: var(--sec-color-body);
}
.green-CTA{
    background: #33C16C;
    border: 2px solid #74FEAB;
    display: inline-block;
    text-align: center;
    background: #33C16C;
    padding: 8px 20px 9px 20px;
    clear: both;
      font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #74FEAB;
    border-radius: 4px; 
}
.font-20{
      font-size: 14px;
}


.green-Brand{
    color: #ffffff !important;
    font-weight: bold;
      font-family: proxima-nova, sans-serif;
  }

  .white-Brand{
    color: #ffffff !important;
    font-weight: bold;
      font-family: proxima-nova, sans-serif;
  }



.collab-title{
    max-width: 300px;
    margin-bottom: 98px;
}

.rocket-img {
    bottom: -116px !important;
    max-width: 74%;
}

.stream-section {
    padding-top: 50px;
     /* background-image: url('images/moonshot-bg.jpg?v=3'); */
       background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
  }

  .fighters-section {
    padding-top: 50px;
    background-color: #08131B;
     /* background-image: url('images/moonshot-bg.jpg?v=3'); */
       background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
  }



.main-casino-section {
   
    /* background-color: #1E2C39; */
   
     background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
  }


.main-banner-title{
  font-size: 22px;
  font-weight: 900!important;
}


  .stream-section li {
 color: #ffffff;
  }
 .request-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
  }


  .stream-title {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
  }

  .stream-title span {
    color: #ffffff;
  }
 

  .stream-text {
    color: #cbd5e1;
    text-align: center;
    margin-top: 20px;
    
  }

  .leaderboard-image img {
    max-width: 100%;
    height: auto;
  }


  .request-bet-section {
 

    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
   
  }

  .request-bet-section p {
  color: #cbd5e1;
   
  }

 


  /* added */

  .collab-img{ width: 100%; height: auto;}

  .crypto-banner {
    background: url('images/bg01.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
  }

  .crypto-banner .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .crypto-banner .divider {
    width: 1px;
    background-color: #ccc;
    height: 40px;
  }

  .crypto-banner .headline {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .crypto-banner .highlight {
    font-weight: bold;
    font-size: 2rem;
  }

  .crypto-banner .btn-join {
    margin-top: 30px;
    
  }

  .crypto-banner .btn {
    background-color: #33C16C;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
  }


  .slot-section {
    background: url('images/desktop@2x.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    text-align: center;
  }

  .big-leagues-section {
    background: url('images/desktop@2x.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    text-align: center;
  }

  .slot-card {
    background-color: #2b3f52;
    border-radius: 15px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .slot-content {
    flex: 1 1 300px;
  }

  .slot-tag {
    background-color: #9d4edd;
    color: white;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
  }

  .slot-image {
    flex: 1 1 300px;
    text-align: center;
  }

  .slot-image img {
    max-width: 100%;
    height: auto;
  }

  .play-btn {
    margin-top: 30px;
  }

  .play-btn .btn {
    background-color: #4be091;
    color: #000;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: bold;
    border: none;
  }

 



.max-width {
    max-width: 200px !important;
}



.bold-text {
    font-weight: bold;
}



.requestBet-section {
    background: url('images/request-a-bet.png') no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    /* padding-bottom: 80px; */
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
  }


  .partnershipBottom-section {
  background: url('images/bottom-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 30px 20px;
  color: #ffffff;
}

  .partnership-text{
    margin: auto;
  }

  .partnership-text h2 { 
    font-size: 2rem;
    font-weight: 700;
  }

  .partnership-text .highlight {
    color: #ffffff;
    font-weight: 700;
  }

  .partnership-text p {
    font-size: 1rem;
    margin-bottom: 10px;
   
  }

  .character-image {
    max-width: 100%; 
    height: auto;
  }





.step-subtitle {
      font-size: 1rem;
      margin-bottom: 30px;
    }

    .slot-img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .slot-col {
      padding: 10px;
    }


 .features-section {
      margin-top: 60px;
      margin-bottom: 40px;
    }

    .feature-icon {
      font-size: 50px;
      color: #ffffff;
    margin-bottom: 18px;
    display: block;
    }

    .feature-box {

      border-radius: 10px;
      height: 100%;
      text-align: center;
    }

   h3 {
    color: var(--primary-color-white);
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
}


.emblemPFL{max-width: 15%!important;}
.customImgWidth{max-width: 70%!important;}
.customImgWidthCricket{max-width: 100%!important;}






.blue { color: #185875; }
.yellow { color: #FFF842; }




.table-container {
  text-align: center;
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
  display: block;
  padding: 0 0 2em 0;
  color: #cbd5e1;
  -webkit-overflow-scrolling: touch;
}


.table-container::-webkit-scrollbar {
  height:10px; 
}

.table-container::-webkit-scrollbar-track {
  background: #333f5c;
  border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb {
  background: #8f9bb3; 
  border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #bfc8d9; 
}

/* Firefox support */
.table-container {
  scrollbar-color: #8f9bb3 #1F2739;
  scrollbar-width: thin;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.table-container .th-title {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.table-container td {
  font-weight: normal;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
  -moz-box-shadow: 0 2px 2px -2px #0E1119;
  box-shadow: 0 2px 2px -2px #0E1119;
}

.table-container td,
.table-container th {
  padding: 12px;
  white-space: nowrap;
}

.table-container tr:nth-child(odd) {
  background-color: #323C50;
}

.table-container tr:nth-child(even) {
  background-color: #2C3446;
}

.table-container th {
  background-color: #1F2739;
}

.table-container td:first-child {
  color: #74FEAB;
}

.table-container tr:hover {
  background-color: #464A52;
  -webkit-box-shadow: 0 6px 6px -6px #0E1119;
  -moz-box-shadow: 0 6px 6px -6px #0E1119;
  box-shadow: 0 6px 6px -6px #0E1119;
}

.ratio > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partnership-section {
    background: url(images/switch-bg.jpg?v=8) no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    color: #ffffff;
}


@media (max-width: 576px) {
  .table-container th,
  .table-container td {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .table-container th:nth-child(n),
  .table-container td:nth-child(n) {
    display: table-cell !important;
  }

  .table-container {
    overflow-x: auto !important;
  }

  .fighters-section .row {
    overflow: visible !important;
  }
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 1200px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px), only screen and ( min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and ( min-resolution: 192dpi) and (min-width: 1200px), only screen and ( min-resolution: 2dppx) and (min-width: 1200px) {

    .image-desktop {
        background-image: url('images/bg-casino.jpg');
        background-repeat: no-repeat;
        background-position: center left;
        background-size: cover;
    }
}



@media (min-width: 576px) and (max-width: 992px) {

    .div-wrapper {
        position: relative;
        /* left: 150px !important; */
        width: 120%;
    }

    .cta-main {
    min-width: 204px;
    font-size: 22px;
}
   .offer-sm{ max-width: 230px;

    }



}

@media (min-width: 992px) {

    .div-wrapper {
        position: relative;
        width: 120%;
    }


}

@media (min-width: 972px) {

      .steps .step-bold, .section-title {
        font-size: 24px;
    }

    .steps .step-number {
        margin: auto;
        width: 44px;
        float: left;
        margin-top: 7px;
    }
}





@media (min-width: 576px) {
   .image-mobile {
        display: none;
    }

    .image-desktop {
         background-image: url('images/bg-casino.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
    }
 


    .d-sm-block {
        display: block !important;
          
    }

 
    
}

  @media (max-width: 768px) {

      .slot-card {
      flex-direction: column;
      text-align: center;
    }

    .slot-content
     {
      text-align: center;
    }

    .slot-image {
        display: none;
      }

    .partnership-section {
     
 padding-top: 90px;
    /* padding-bottom: 80px; */
    padding-left: 20px;
    padding-right: 20px;

    
    }    .partnershipBottom-section {
     
      padding: 60px 20px;
    }

    .partnership-text h2 {
      font-size: 1.5rem;
    }

    .partnership-text p {
      font-size: 0.95rem;
    }
    .hero {
    background: #070b11;
    padding-top: 8px;
}

.customImgWidth {
    max-width: 55% !important;
}

.customImgWidthCricket{max-width: 75%!important;}
  }





  @media (max-width: 576px) {

        .mobile-cta {
        font-size: 16px;
    }

    /* .banner-copy {
        margin-top: 4em;
    } */

     .crypto-banner .logos {
      flex-direction: column;
      gap: 10px;
    }

    .emblemPFL{max-width: 40% !important;}

  .collab-img{ max-width: 400px;}

    .crypto-banner .divider {
      display: none;
    }

    .crypto-banner .headline {
      font-size: 1.5rem;
    }

    .crypto-banner .highlight {
      font-size: 1.7rem;
    }

    .stream-section {
   padding-top: 40px;
           padding-bottom: 20px;
       background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
  }

      .fighters-section {
   padding-top: 20px;
           
       background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
  }

  .font-20 {
    font-size: 15px;
}
    .cta-main {
        min-width: 200px !important;
        font-size: 24px;
    }

.promo-text {
    font-size: 1.2rem;
  
}

.stream-title {
    font-size: 1.8rem;}
.hero {
    background: #070b11;
    padding-top: 10px;
}
}



  @media (max-width: 400px) {
    .stream-text{
font-size: 14px!important;
    } 
    .stream-title {
        font-size: 1.6rem!important;
    }



  }
 @media (max-width: 1200px) {

.hero__img {
 
  padding-top: 30px;
}

 }


  .greenBtnBG{background-color: #33c16c!important; border: none!important;
 
} 

.greenBtnBG:hover{background-color: #74feab!important;}

.cta-2{background-color: #33c16c!important; }

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

/* HERO SECTION */
.hero {
  position: relative;
  min-height: 545px;
  background: url("images/desktop-banner.jpg") top right / cover no-repeat;
  color: white;
  overflow: hidden;
  background-position: top center;
}
 
@media (max-width: 768px) {

 .top-margin-mobile {
    margin-top: 250px;
  }
  .hero{  
    background: url("images/mobile-banner.jpg") top center / cover no-repeat;
  }
}


/* Keep content above overlay */
.hero .container {
  position: relative;
  z-index: 2;
}

/* LOGOS */
.hero-logos .logo {
  height: 85px;
  width:auto
}

.divider {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,0.3);
}

/* TITLE */
.hero-title {
color: #FFF;
padding-bottom: both;
text-box-edge: cap;
font-family: proxima-nova, sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 900;
line-height: 107%; /* 64.2px */

}

.hero-title .green {
  color: #4EE29A;
}

/* BUTTON */
.hero-btn {
  background: #33C16B;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 6px;
  transition: 0.2s;
  color: var(--White-text, #FFF);
padding-bottom: both;
text-box-edge: cap;
font-family: proxima-nova, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.hero-btn:hover {
  background: #3bc17f;
  color: #ffffff;
}

/* ========================= */
/* 📱 MOBILE VERSION */
/* ========================= */

@media (max-width: 768px) {

  .hero {
    min-height: 420px;

    /* shift background so face stays visible */
    background-position: 65% center;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-logos {
    flex-direction: row;
  }

  .hero-logos .logo {
    height: 45px;
  }

  .hero-btn {
    width: 100%;
    padding: 14px;
  }

}

.features-section .col {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 768px) {
  .features-section .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.feature-icon {
  font-size: 50px;
  color: #ffffff;
  transition: 0.2s ease;
}

.feature-box:hover .feature-icon {
  color: #74FEAB;
  transform: scale(1.1);
}

.features-section .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.feature-col {
  width: 20%;
  text-align: center;
}

.feature-icon {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 18px;
  display: block;
}

@media (max-width: 768px) {
  .feature-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

.giveaway-list {
  list-style: none;
  padding-left: 0;
}

.giveaway-list li {
  margin-bottom: 6px;
}

.small-text {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 10px;
}

.countdown-box {
  margin: 22px auto 0;
  text-align: left;
  width: 100%;
  
}

.countdown-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.countdown-timer {
  display: flex;
  justify-content: left;
  gap: 10px;
}

.countdown-timer div {
  background: rgba(0, 0, 0, 0.40);
  border: 1.5px solid var(--stroke, rgba(255, 255, 255, 0.10));
  border-radius: 8px;
  min-width: 70px;
  padding: 10px 8px;
}

.countdown-timer span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.countdown-timer small {
  display: block;
  color: #ffffff;
  font-size: 11px;
  margin-top: 5px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 576px) {
  .countdown-timer {
    gap: 6px;
  }

  .countdown-timer div {
    min-width: 58px;
    padding: 8px 5px;
  }

  .countdown-timer span {
    font-size: 20px;
  }
}

.cta a {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ========================= */
/* ENTER THE ARENA SECTION */
/* ========================= */

.partnership-section .stream-title {
 color: var(--White-Primary, #FBFBFB);
padding-bottom: both;
text-box-edge: cap;
font-family: proxima-nova, sans-serif;
font-size: 34px;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 40.8px */
text-align: left;
}

.partnership-section .stream-text {
color: var(--White-Primary, #FBFBFB);
padding-bottom: both;
text-box-edge: cap;
font-family: proxima-nova, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%;
text-align: left;
}

/* bold highlighted text */
.partnership-section .stream-text strong {
  font-weight: 700;
  color: #ffffff;
}

/* small disclaimer text */
.partnership-section .small-text {
  font-size: 13px;
  opacity: 0.65;
  margin-top: 20px;
}

/* mobile */
@media (max-width: 768px) {

  .partnership-section .stream-title {
    font-size: 34px;
    text-align: center;
  }

  .partnership-section .stream-text {
    font-size: 16px;
    line-height: 1.6;
  }

}

/* ========================= */
/* GLOBAL BODY TEXT */
/* ========================= */

p,
.stream-text,
.cryptoHeaven,
.partnership-text p,
.request-bet-section p {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #d7e0ea;
}

/* Bold text */
strong {
  font-weight: 700;
  color: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {

  p,
  .stream-text,
  .cryptoHeaven,
  .partnership-text p,
  .request-bet-section p {
    font-size: 16px;
    line-height: 1.6;
  }

}


.bg-colour-1 {
  background-color: #08131B;
}



.cta-header-primary {
  background: rgba(255, 0, 0, 0.0);
border: 1px solid rgba(255, 255, 255, 0.30);
background: #33C16B;
  border-radius: 10px;
  border-width: 1px;
  color: var(--primary-color-white) !important;
  padding: 6px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-style: normal;
font-weight: 600;
}

.cta-header-secondary {
  background: rgba(255, 0, 0, 0.0);
  border-color: white;
  border-radius: 10px;
  border-width: 1px;
  color: var(--primary-color-white) !important;
  padding: 6px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-style: normal;
font-weight: 600;
}


.cta-header-primary:hover {
    background: #45D08F;
}

.cta-header-secondary:hover {
    background: #314B61;
}

.float-right, .float-left {
  height: 66px;
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px
}


@media (max-width: 768px) {

.partnership-section .stream-text, .countdown-box { 

text-align: center;

}

.stream-title {
  text-align: center;

}

.countdown-timer {
  justify-content: center;
}

}

.social-section-max-w {
  max-width: 800px;
}


.countdown-box {
  margin-top: 36px;
  text-align: left;
}

.countdown-label {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}



.countdown-timer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.countdown-timer div {
  position: relative;
  background: #07131d;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;

  min-width: 62px;
  padding: 14px 8px;

  text-align: center;
  margin-bottom: 28px;
}

.countdown-timer span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}


.countdown-timer div:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -12px;
  top: 20px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.countdown-timer div:not(:last-child)::after {
  top: 14px;
  right: -10px;
  font-size: 22px;
}

.countdown-timer span {
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.countdown-timer small {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  color: #cbd5e1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 576px) {
  .countdown-box {
    text-align: center;
  }

  .countdown-label {
    justify-content: center;
    font-size: 16px;
  }

  .countdown-timer {
    justify-content: center;
    gap: 10px;
  }

  .countdown-timer div {
    min-width: 62px;
    padding: 14px 8px 12px;
  }

  .countdown-timer span {
    font-size: 22px;
  }

  .countdown-timer small {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  img[src*="cricket-stadium.png"] {
    max-width: 58% !important;
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .icons-clickable {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
}
