.pagination{display:flex;justify-content: center;}
.pagination .active{background: #facd91;border: 1px solid #facd91;}
.pagination .active a{color:#000;}
.pagination ul li a{border-radius: 6px;border: 1px solid #3e4258;padding: 8px 16px;text-align: center;display: inline-block;}
.pagination ul li a:hover{color:#000;background: #facd91;border: 1px solid #facd91;}
.flex{display: flex;}
.justify-content-between{justify-content: space-between;}
.pageturn a{border-radius: 6px;border: 1px solid #3e4258;padding: 8px 16px;text-align: center;display: inline-block;}
.pageturn a:hover{color:#000;background: #facd91;border: 1px solid #facd91;}
.blog-bar{padding: 12px 0;border-bottom: 2px solid #3E4258;font-size: 18px;font-weight: 600;}
.gamebloglist ul li{margin: 6px 0;}
.popularblogslist ul li{margin: 12px 0; padding-bottom: 12px; border-bottom: 1px dotted #3e4258}
.blogdetails{margin: 36px 0; font-size: 16px;line-height: 1.8;}
.blogdetails a{text-decoration: underline;text-underline-position: under;color: #facd91;}
.blogdetails a:hover{color: #facd91; opacity: 0.8;transition: 0.2s;}
.blogdetails img{max-width: 100%;height: auto;}
.blogdetails table td{padding: 10px;border: 1px solid #4c4c4c;font-size: 14px;}
.blogdetails tr:nth-child(even) {background-color: #000;}
.blogdetails tr:nth-child(odd) {background-color: #ffffff12;}
.blogdetails hr{border-top: 1px solid #3e4258;}
.blogdetails ul li span a{padding-left: 24px;}
.blogdetails ul li{list-style: disc;  list-style-position: inside;text-indent: 12px;}
.blogdetails iframe{width: 100%;height: 400px;border: 0;}
.blog-title{font-weight: 600;font-size: 40px; line-height: 1.1;}
.blogtitle{height: 54px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.blog-img{height: 190px;}
.breadcrumb{margin-top: 24px;}
.blogsummary, .shortstitle{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.shortstitle{height: 54px;}
.shortstitle{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;height: 70px;}
.blogsummary{height: 60px;}
.blogdetails h2{font-size:24px;font-weight: 600;}
.blogdetails h3{font-size:18px;font-weight: 500;}
.blogleft{padding: 24px;}
.blogright{position: sticky; top: 0px;padding: 24px;}
.blogsub-title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis; line-height: 20px;}
.blogbox{padding: 12px;margin-top: 12px;}
.fcnav{text-align: center;gap: 30px;}
.fcnav img{margin-bottom: 4px;}
.blogmenu{justify-content: center;flex-flow: wrap; padding: 12px 0;gap: 10px 16px;}
.freelink{border: 1px solid #333;border-radius: 6px;color: #fff;text-align: center;padding: 10px 6px;width: 25%;background: linear-gradient(360deg, #3c3d4f 0%, #25252d 100%);}
.freegetbtn{color: #fff;border: 1px solid #00b67a;padding: 4px 6px;font-size: 12px;border-radius: 6px;background-color: #00b67a;margin-top: 10px;}
.gap10{gap: 10px;}
.freealink{text-decoration: none !important;color: #fff !important;}
.freealink:hover{background: #00b67a85;}
.freeday{font-size: 12px;}
.mt6{margin-top: 6px;}
.blog-player-1{position: absolute;left: 0;z-index: 6;}
.blog-player-2{position: absolute;left: 50px;z-index: 5;}
.blog-player-3{position: absolute;left: 100px;z-index: 4;}
.blog-player-4{position: absolute;left: 150px;z-index: 3;}
.blog-player-5{position: absolute;left: 200px;z-index: 2;}
.blog-player-6{position: absolute;left: 255px;z-index: 1;}
.blog-playerbanner{background: linear-gradient(222deg, #7a40ff 0%, #2e2f3b 100%);height: 180px;padding: 16px;position: relative;border-radius: 10px;}
.blog-playerh2{font-size: 24px;font-weight: 600;margin-top:10px;color: #fff;}
.blog-playersbtn{background: #ffd140;color: #000;padding: 10px 20px;font-size: 18px;font-weight: 600;border-radius: 6px;}
.blog-playercards img{width: 108px;height: 150px;}
.blog-playerupdate{margin-top: 0px;}
.blog-playerbtna a{text-decoration: none;text-underline-position: auto;color: #000000;}
.blog-playerbtna a:hover{color: #8e5200;opacity: 0.8;transition: 0.2s;}
.fcyellow{color: #FFD140 !important;}
.radio100{border-radius: 100px;}
.scroll-wrap {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-inner {
    display: inline-flex;
    white-space: nowrap;
    animation: scroll-left linear infinite;
}
.scroll-inner img{max-width: max-content !important;background: #000;border: 1px solid #666;}
@keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}



@media (max-width:1024px) {
	.blog-title{font-weight: 600;font-size: 30px ! important;}
	.blogdetails h2{font-size:20px;font-weight: 600;}
	.blogdetails h3{font-size:16px;font-weight: 500;}
	.blogright{position: static; padding: 12px;}
	.blogbox{padding: 12px;}
	.blogdetails iframe{width: 100%;height: 200px;}
	.blogdetails{margin: 24px 0;}
	.blogleft{padding: 0 12px;}
	.bloglist{margin-top: 50px;}
	.bloglist .breadcrumb{padding: 0 12px;}
	.freelink{border-radius: 6px;color: #fff;text-align: center;padding: 10px 6px;width: 31%;}
	.flex-warp{flex-wrap: wrap;}
	.freeday{font-size: 11px;}
	.packpop{ position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;height: 60px;text-align: center;justify-content: center;display: flex;align-items: center;font-size: 18px;font-weight: 600;background-image: linear-gradient(180deg, #17c7ff, #79b6ff);} 
} 

@media (max-width:767px) {
	.blog-title{font-weight: 600;font-size: 20px ! important;}
	.playerright{margin-top: 88px;}
	.blog-playercards img{height: 100px;width: 74px;}
	.blog-playerh2{font-size: 12px;margin-top: 18px;}
	.blog-playersbtn {background: #ffd140;color: #000;padding: 6px;font-size: 12px;font-weight: 600;border-radius: 6px;}
	.blog-playerbanner{padding: 6px;height: 120px;}
	.blog-playerupdate{font-size: 12px;margin-top: 0px;}
	.blogbox{padding: 12px;}
	.fcnav{text-align: center;gap: 20px;position: sticky;background: #161923;top: 55px;z-index: 999;}
	} 
	
.blog-freefc26pack {
      background: linear-gradient(222deg, #a018ce, #1b5c48, #000000 100%);
      height: 180px;
      padding: 16px;
      position: relative;
      border-radius: 10px;
  }
  .blog-fc26player-1 {
      position: absolute;
      left: 20px;
      z-index: 5;
  }
  .blog-fc26player-2 {
      position: absolute;
      left: 60px;
      z-index: 10;
  }
  .blog-fc26player-3 {
      position: absolute;
      left: 126px;
      z-index: 5;
  }
  .blog-fc26player-1 img {
      width: 75px;
      height: 109px;
  }
  .blog-fc26player-2 img {
      width: 100px;
      height: 145px;
  }
  .blog-fc26player-3 img {
      width: 75px;
      height: 109px;
  }
  
  
  .blog-freemppack {
        background: linear-gradient(222deg, #460088, #604c11, #000000 100%);
        height: 180px;
        padding: 16px;
        position: relative;
        border-radius: 10px;
    }
    .blog-mpcard-1 {
        position: absolute;
        left: 20px;
        z-index: 5;
    }
    .blog-mpcard-2 {
        position: absolute;
        left: 60px;
        z-index: 10;
    }
    .blog-mpcard-3 {
        position: absolute;
        left: 126px;
        z-index: 5;
    }
    .blog-mpcard-1 img {
        width: 109px;
        height: 109px;
    }
    .blog-mpcard-2 img {
        width: 145px;
        height: 145px;
    }
    .blog-mpcard-3 img {
        width: 109px;
        height: 109px;
    }
  
  
  .blog-freecards{align-items: center;}
  .freeflex{display: flex;}
  .freepack-h1, .freemppack-h1{font-size: 30px;font-weight: 700;line-height: 32px;}
  .freepack-h2{color: #fbdc29;font-size: 40px;font-weight: 700;line-height: 42px;}
  .freepackcontent{align-items: center;justify-content: space-between;display: flex;}
  .pack-playerbtna{background: #67d96a;color: #000;padding: 10px 20px;font-size: 18px;font-weight: 600;border-radius: 6px;}
  .packdetails a{color: #000;text-decoration: none;}
  .packdetails a:hover{color: #000;text-decoration: none;}
  @media screen and (max-width: 768px) {
	  .blog-freefc26pack{padding:12px;height: 130px;}
	  .blog-fc26player-1{left: 0;}
	  .blog-fc26player-1 img{width: 50px;height:72px;}
	  .blog-fc26player-2 img{width: 64px;height: 92px;}
	  .blog-fc26player-3 img{width: 50px;height:72px;}
	  .freepack-h1{font-size: 14px;line-height: 24px;}
	  .freepack-h2{font-size: 16px;line-height: 24px;}
	  .pack-playerbtna{font-size: 12px;}
	  .freepackcontent{display: block;margin-top: 10px;}
	  .blog-fc26player-3{left:70px}
	  .blog-fc26player-2{left:28px}
	  
	  .blog-freemppack{padding:12px;height: 130px;}
	  .blog-mpcard-1{left: 0;}
	  .blog-mpcard-1 img{width: 72px;height:72px;}
	  .blog-mpcard-2 img{width: 92px;height: 92px;}
	  .blog-mpcard-3 img{width: 72px;height:72px;}
	  .freepack-h1{font-size: 14px;line-height: 24px;}
	  .freemppack-h1{font-size: 12px;line-height: 24px;}
	  .freepack-h2{font-size: 16px;line-height: 24px;}
	  .pack-playerbtna{font-size: 12px;}
	  .freepackcontent{display: block;margin-top: 10px;}
	  .blog-mpcard-3{left:70px}
	  .blog-mpcard-2{left:20px}
  }