
body {
       font-family: 'Oxanium', sans-serif;
       background-color: #261D55 !important;
;
}




/* =========================
   RESPONSIVE FIXES ONLY
========================= */

.hero-section{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    border: 1px solid #FFE744;
}

/* Carousel Background */
#heroCarousel{
    position:absolute;
    inset:0;
    z-index:0;
}

.hero-slide-img{
    width:100%;
    height:100vh;
    object-fit:cover;
    background-size: 100% 100%;
}

/* Dark Overlay */
.hero-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
    z-index:1;
}

/* Content Above Slider */
.hero-nav,
.hero-content-wrapper,
.bottom-bar{
    position:relative;
    z-index:2;
}

.hero-content-wrapper{
    min-height:90vh;
    padding-top:120px;
}

/* Time boxes */
.time-box{
    background:#2e1a57;
    color:#fff;
    padding:5px 10px;
    border-radius:6px;
    margin-left:5px;
    display:inline-block;
    font-weight:bold;
}

/* =========================
   LARGE SCREEN
========================= */

@media (max-width:1200px){

    .hero-content h1{
        font-size:52px !important;
    }

}

/* =========================
   TABLET
========================= */

@media (max-width:992px){

    .hero-content-wrapper{
        padding-top:160px;
        text-align:center;
        justify-content:center;
    }

    .hero-content h1{
        font-size:42px !important;
        line-height:1.2 !important;
    }

    .hero-nav .position-relative{
        transform:skewX(0deg)!important;
        padding-left:120px!important;
    }

    .navbar-nav{
        transform:skewX(0deg)!important;
        padding-top:20px;
    }

    .hero-nav img{
        height:90px!important;
        transform:skewX(0deg)!important;
    }

    .bottom-bar{
        transform:skewX(0deg)!important;
    }

    .bottom-bar .container{
        transform:skewX(0deg)!important;
        gap:10px;
        padding:10px 0;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

    .hero-content-wrapper{
        min-height:auto;
        padding-top:170px;
        padding-bottom:80px;
    }

    .hero-content h1{
        font-size:30px!important;
        line-height:1.3!important;
    }

    .hero-nav{
        padding-top:15px!important;
    }

    .hero-nav .position-relative{
        padding:12px!important;
        padding-left:95px!important;
    }

    .hero-nav img{
        height:70px!important;
    }

    .bottom-bar{
        font-size:14px;
    }

    .bottom-bar img{
        height:22px;
    }

    .time-box{
        width:22px;
        height:22px;
        font-size:12px;
        padding:0;
        display:inline-flex;
        align-items:center;
        justify-content:center;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width:576px){

    .hero-content h1{
        font-size:24px!important;
    }

    .hero-content-wrapper{
        padding-top:150px;
    }

    .hero-nav .position-relative{
        padding-left:75px!important;
    }

    .hero-nav img{
        height:55px!important;
    }

    .bottom-bar .container{
        flex-direction:column;
    }

    .bottom-bar span{
        display:none;
    }
}


.fixture-section{
    position: relative;

     background: url('./assets/images/fixtures.jpg') center/cover no-repeat;
}

.news-section{
    position: relative;
    min-height: 100vh;
     background: url('./assets/images/vector.png') center/cover no-repeat;
}

.match-card {
  width: 900px;
  margin: 50px auto;

  background: #FBFCFF;

  border-radius: 30px;
  padding: 10px;
  position: relative;
  text-align: center;
   border-radius: 8px;
    transform: skewX(-10deg);
   
}

/* Top ribbon */
.top-bar {
  position: absolute;
  top: -25px;
  left: 25%;

  background: #f4d83b;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: bold;
  transform: skewX(-10deg);
   /* clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); */
}

/* Content layout */
.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Teams */
.team {
  display: flex;
  align-items: center;
  gap: 15px;
}

.team.left {
  text-align: left;
}

.team.right {
  text-align: right;
}

.team img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* background: #0a3; */
  padding: 10px;
}

.team h2 {
  font-size: 28px;
  color: #2d2a5a;
  line-height: 1.2;
}

/* VS */
.vs {
  font-size: 40px;
  font-weight: bold;
  color: orange;
}

/* video scrollbar */


/* scroll container */
.video-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

/* hide scrollbar */
.video-scroll::-webkit-scrollbar {
  display: none;
}
.video-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* card */
.video-card{
  flex: 0 0 auto;
  width: 260px;
  /* border:1px solid #FFE744; */
  border-radius:25px;
  overflow:hidden;
  position:relative;
  scroll-snap-align: start;
  cursor:pointer;
}

.video-card img{
  width:100%;
  height:170px;
  object-fit:cover;
}

.play-btn{
  width:70px;
  height:70px;
  background:#f3ea3e;
  border-radius:50%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  display:flex;
  align-items:center;
  justify-content:center;
}

.play-btn i{
  color:#24145c;
  font-size:34px;
  margin-left:4px;
}

/* buttons */
.slider-btn{
  width:40px;
  height:40px;
  border:2px solid #f3ea3e;
  border-radius:50%;
  color:#f3ea3e;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
}

.slider-btn:hover{
  background:#f3ea3e;
  color:#000;
}

/* responsive tweaks */
@media (max-width: 768px){
  .video-card{
    width: 220px;
  }
}

@media (max-width: 480px){
  .video-card{
    width: 180px;
  }

  .slider-btn{
    width:50px;
    height:50px;
    font-size:20px;
  }
}