.widgettitle{
    font-size: 33px;
}


.page-numbers {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 10px;
  font-weight: 600;
  width: 40px !important;
  height: 40px !important;
  color: #198754;
  line-height: 40px;
  padding: 0;
  border-radius: 50% !important;
  border-color: rgba(255, 200, 39, 0.1);
  background: white;
  box-shadow: none;
  outline: 0;
  margin: 0px 3px 0px 3px !important;
}

.page-numbers:hover {
  color: white;
  background: #198754;
}

.current {
  font-size: 10px;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  color: white;
  line-height: 40px;
  padding: 0;
  border-radius: 50% !important;
  border-color: rgba(255, 200, 39, 0.1);
  background: #198754;
  box-shadow: none;
  outline: 0;
  font-size: 10px;
}


.pagination {
  margin: 0;
  margin-top: 10px !important;
  justify-content: center;
}

.menu li.li-btn-register {
    margin: 0 5px;
    background-image: linear-gradient(180deg, rgba(72, 185, 24, 1) 0%, rgba(0, 117, 12, 1) 100%);
    box-shadow: -3.828px -3.828px 6px 0px rgb(72 186 24 / 40%), 3px 5px 8px 0px rgb(0 117 12 / 20%);
    border-radius: 10px;
    color: white;
}

.btn:hover,
.cmn--btn:hover {
  color: #1f1f23;
  background: linear-gradient(0deg, #ff5722 40%, #910000 110%) !important;
    box-shadow: -3.828px -3.828px 6px 0px rgb(255 39 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%) !important;
}

.about-border {
    border: 3px solid;
    border-radius: 15px;
    padding: 15px;
}

@media (max-width: 450px) {
    .about-border {
        border: none;
        padding: 0;
    }
  }

.about-border img.thumb {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

.color-a{
    color: #fff7a7 !important;
}

.navcolor{
    background-color: black !important;
    z-index: 120;
}

.sticky>.container>.navcolor{
  background-color: unset !important;
}

.blog-item__thumb img{
 width: 100%;
 height: 300px !important;
}

.blog-details-wrapper .details-thumb img{
    width: 300px !important;
    height: 300px !important;
}

.title-content{
    color: #ffd400 !important;
    font-size: 50px !important;
}

.blog-details-wrapper .details-content .meta-post li a{
    color: white !important;
}

.entry-title {
    font-size: 28px !important;
}

.settext{
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  line-height: 2.5rem !important;
  }
  
    .blog-item__content p{
        display: -webkit-box !important;
    -webkit-line-clamp: 2 ;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
      }

      .article-post{
        margin: 0 auto !important;
      }

      .h-article{
        font-size: 50px !important;
    margin-top: -8px !important;
      }



      .cat_in_post ,.tag_in_post{
        text-align: start !important;
    }
    
      .cat_in_post span,.tag_in_post span{
        align-items: center;
        background-color: #00523d !important;
        border-radius: 4px;
        color: white !important;
        display: inline-flex;
        font-weight: 600;
        font-size: 0.85rem;
        height: 2em;
        justify-content: center;
        line-height: 1.5;
        padding-left: 0.75em;
        padding-right: 0.75em;
        white-space: nowrap;
    }
    
    
    .cat_in_post a,.tag_in_post a{
        align-items: center;
        background-color: #525252 !important;
        border-radius: 4px;
        color: #fff !important;
        display: inline-flex;
        font-weight: 600;
        font-size: 0.85rem;
        height: 2em;
        justify-content: center;
        line-height: 1.5;
        padding-left: 0.75em;
        padding-right: 0.75em;
        white-space: nowrap;
        margin-bottom: 20px !important;
    }
    
    .cat_in_post a:hover,.tag_in_post a:hover{
        background-color: white !important;
        color: black!important;
      }
      

.archive-page-title,
.archive-page-des {
  font-size: 1.5rem !important;
  color: #ffd400 !important;
}

.blog-item__index {
    border-radius: 20px;
    overflow: hidden;
    background: none;
    padding: 20px;
    box-shadow: 0 0 12px 2px rgb(167 136 88);
    border: 2px solid #d9af71;
margin-bottom: 12px;
margin-top: 12px;
margin-left: 12px;
margin-right: 12px;
  }
  
  .blog-item__index__content {
    padding: 5px;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .blog-item__thumb img {
    width: 100%;
    height: 100%;
  }
  
  .blog-item__thumb:hover img {
    transform: scale(1.1);
  }

  .swiper-button-prev,.swiper-button-next{
    color: #ffc107 !important;
  }
  
  
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
  }
  .swiper-pagination-bullet-active  {
  background-color: #ffc107 !important;
  width: 15px !important;
  height: 15px !important;
  }

  .promotion__blog img{
    box-shadow: 2px 2px 2px 2px rgb(255 0 0 / 40%), 2px 2px 2px 2px rgb(107 0 0 / 20%);
    border-radius: 30px;
  }

  .round-gamepage{
    border-radius: 20px;
  }
