/* External Resources */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');
@import url('https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css');


/* Base Styles */

/* Base Layout */
@import url(https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);@import url(https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css);.Base {
    width: 100%;
    position: relative
}

.Heading {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent
}

.Home img {
    height: 60px;
    object-fit: contain;
    max-width: 100%
}

.Menu {
    float: right;
    right: 0;
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    display: flex;
    padding-right: 50px
}

.Menu .Item {
    line-height: 40px;
    height: 40px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    transition: .15s;
    border-bottom: 0 solid #ffd700;
    text-shadow: 0 0 2.5px rgba(255,255,255,.8);
    text-decoration: none
}

.Menu .Item:hover {
    color: #ffd700!important;
    transition: .15s;
    border-bottom: 2px solid #ff8c00;
    text-shadow: 0 0 2.5px #ffd700!important
}

.Menu .Item.Select {
    color: #ffd700!important;
    transition: .15s;
    border-bottom: 2px solid #ff8c00;
    text-shadow: 0 0 2.5px #ffd700!important;
    pointer-events: none
}

#Poster video {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    object-fit: cover
}

.Main {
    width: 80%;
    margin: 2rem auto;
    padding: 1rem
}

.Section {
    width: 80%;
    margin: 2rem auto;
    padding: 2rem
}

#BackToTop {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
    transform: scale(.95)
}

#BackToTop.active {
    opacity: .15;
    filter: brightness(90%);
    transition: .3s
}

#BackToTop:hover {
    transform: scale(1);
    transition: .3s;
    opacity: .25
}

#BackToTop img {
    width: 100%;
    height: 100%
}

#footer {
    height: auto;
    width: calc(100% - 200px)
}

.dataTables_scrollHeadInner {
    width: 100%!important
}

table {
    width: 100%!important
}

.xtrapoints,.classxtrapoints {
    position: relative
}

.xtra25img,.classxtra25img {
    height: 20px;
    margin-left: .5rem;
    vertical-align: middle
}

#xRulesSection {
    width: 80%;
    margin: 2rem auto
}

#xRulesSection h4 {
    color: #00a650;
    margin-bottom: 1rem
}

#xRulesSection p {
    margin-bottom: .5rem;
    line-height: 1.6
}

.rules-section {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1)
}

/* 
.owl-carousel .card {
  border-radius: 1rem;
  overflow: hidden;   
}

.owl-carousel .card-img-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  object-fit: cover;
}

.owl-carousel .btn {
  border-radius: 999px; 
}

#xGamesSection .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  #xGamesSection .card {
    display: flex;
    flex-direction: column;
  }
  
  #xGamesSection .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  @media (min-width: 992px) {
    #xGamesSection .card-title {
      font-size: 1.25rem;
    }
  
    #xGamesSection .btn {
      font-size: 1rem;
      padding: 0.6rem 1rem;
    }
  } */
  