body{
    background-image: url("tahura.bg");
     overflow: hidden;
    
}
h3{
  /* font-size: xx-large; */
}
/* h4{
  font-size: 1rem;
} */
.game-section {
  /* padding: 20px 0; */
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  /* height: 250px; */
  height: 100px;
  display: flex;
  align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 380px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(#0000, #000);
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    /* height: 330px; */
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
  }

  /* .owl-carousel{
    display:table-column!important;
  } */

  .game-section {
    padding: 10px 15px 20px;
  }
 

}

@media (max-width: 767px) {
  .game-section {
    /*padding: 30px 15px 20px;*/
    display:none;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    /* height: 280px; */
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
  }

   .w-40 {
      width: 6rem!important;
  }
  
  .mb-4{
      margin-bottom: 2px !important;
  }
  
  .text-3xl{
      font-size: 1rem!important;
  }

  .owl-carousel{
    display:table-column!important;
  }

  .pb-5{
    padding-bottom: 10px!important;
  }

  .pl-5, .px-5{
    padding-left: 2rem!important;

  }
  
  .p-3{
      padding: .20rem!important;
  }
  .text-2xl{
      font-size: 1rem!important;
  }
  
  .text-4xl {
    font-size: 1.5rem!important;
     line-height: 0.75rem!important;
  }
  
  .text-xl {
    font-size: 1rem;
    line-height: 0.75rem!important;

}

.w-20{
    width:2rem!important;
}

.h-24{
    height:1.8rem!important;
}

.customText{
    font-size:.7rem!important;
}
  
/*  .pb-2, .py-2{*/
/*      padding-bottom: 2rem!important;*/
/*  }*/
  
/*  pt-2, .py-2 {*/
/*    padding-top: .2rem !important;*/
/*}*/
  
  
  
  
  
  
  
  
  
}
