@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Koulen&display=swap');
*{
  padding: 0;
  margin: 0;
}


body{

 font-family: Arial, Helvetica, sans-serif;
 font-weight: 400;
 overflow-x: hidden;
 height: 100vh;
}
@media screen and (max-width:991px) {
  /* Targetting container */

#container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr) ;
  background-color: #141414;
  z-index: 2;
  position: relative;
}

/* Targetting menu */
.menu-mobile {  
  grid-column: 1/3;
}
/* Unoder list */
.tab ul {
  list-style: none;  
}

.tab li {
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: 'Battambang', cursive;
  transition: .5s;
  background-image: linear-gradient(160deg, #fce43c, #fce43c, #f9f76e, #c8ae31, #a54e07);
  margin-top: 0.5rem;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid rgb(214, 164, 0);
  box-shadow: -5px 5px 5px #000;
  list-style: none;
  line-height: 20px;
}
.tab {
  position: relative;
  left: 10px;
}

/* Hovering list */
.tab li:hover {
  cursor: pointer;
  background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
  color: #000;
}

/* making the tab list active */
.tab li.active {
  color: #000;
  background: linear-gradient(180deg, rgb(193, 170, 139) 0%, rgb(193, 170, 139) 50%, rgb(226, 210, 195) 100%);
}

/* Targetting content */
.content {
  grid-column: 3/-1;
}

/* Targetting the .inner-content */
.inner-content {
  display: grid;
  grid-template-rows: repeat(1,2fr);
  /* margin-top: 0.5rem; */
  margin-left: 1.5em;
  margin-right: 1rem;
}
.topbox .container .row #textShow {
  position: relative;
  top: 0px;
  color: #fff;
  font-size: 14px;
  font-family: 'Battambang', cursive;
  line-height: 1;
}

.btn-text-2,.btn-text-3,.btn-text-4 {
  color:white;
}
.sport {
  width: 100%;
  height: auto;
  padding: 5px 0;
}
.sport .allsport {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1em;
}
.sport .allsport .boxsport {
  padding: 0;
}
.sport .allsport img {
  width: 100%;
  box-shadow: 0px 5px 10px rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.808);
  border-radius: 10px;
  border: 1px solid #3d3d3d;
}
.promotion_mo {
  color: #000;
  text-decoration: none;
}
/* ----------Sport1 Start ---------- */
  .sport1 {
    width: 100%;
    height: auto;
  }
  .sport1 .allsport1 {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      padding: 10px 0px;
      gap: 0.5em;
  }
  .sport1 .allsport1 .boxsport1 {
      margin: 0;
  }
  .sport1 .allsport1 img {
      width: 100%;
      box-shadow: 5px 5px 10px #000;
      border: 1px solid rgba(0, 0, 0, 0.808);
      border-radius: 10px;
  }

  .sport1 .allsport2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 10px 0px;
    gap: 0.5em;
  }
  .sport1 .allsport2 .boxsport1 {
      margin: 0;
  }
  .sport1 .allsport2 img {
      width: 100%;
      box-shadow: 5px 5px 10px #000;
      border: 1px solid rgba(0, 0, 0, 0.808);
      border-radius: 10px;
  }
}

