
.game-info{
    margin-bottom: 25px;
    border-radius: 18px;
}
.custom-login-comment-button{
    color:#fff;
}
.custom-login-comment-button:hover{
    color:#fff;
    opacity: 0.8;
}
.single-instructions p , .single-description p{
    
    color: #f1eaeade;
}
/* General Info Card Styles */
.info-card {
    display: flex;
    width: 100%;
    height: auto;
    /* margin-bottom: 30px; */
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
        flex-direction: column;
}

.info-card .info-img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background-color: #EEE;
}

.info-card .info-img .cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card .info-info {
    /* margin-left: 0; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 0px;
}

.info-card .info-info .info-name h1 {
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.info-card .info-info .info-developer {
    display: flex;
   /* justify-content: space-between;
   */
   gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.info-developer-item {
    display: flex;
    margin-right: 10px;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid #a8a2cb4a;
    padding-top: 5px;
      justify-content: space-between;
}
.developer-info-card {
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 10px;
    padding: 15px;
    border-radius: 12px;
}
.screenshot-wrape h4.highlight-text{display:none;}

.info-developer-item .number {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
body .developer-info-card li{
  margin-bottom: 0px;
  padding-left:0px;
}

.info-developer-item .text {
    color: #B4B4B4;
    font-size: 14px;
}

.rating-container {
    display: flex;
    align-items: center;
}

.rating-container .start {
    width: 18px;
    margin-right: 4px;
}
.image-title-rating {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    gap: 10px;
}
.schreenshot-game-basic-info {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap:10px;
}
/* Main container */
.center-section .category-list-game {
    max-height: 300px;          /* set your height */
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;

    /* Hide native scrollbar (Firefox / IE / Edge) */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Hide native scrollbar (Chrome, Safari, Edge Chromium) */
.center-section .category-list-game::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

/* Fake 1px scrollbar line */
.center-section .category-list-game::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #9a9a9a;   /* scrollbar line color */
    pointer-events: none;
}

.game-post-btn {
    /* background: #477ab1; */
    padding: 15px;
    border-radius: 9px;
 
    background-color: #48A8FF;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    
}

.game-info.m-b-20.matching-height {
    padding-bottom: 15px;
}

.game-post-btn {
    padding: 10px;
    width: 30%;
    cursor: pointer;
}
.game-post-des-btn{
  margin-top:12px;
}
.developer-info-card .game-post-btn{
  width: 100%;
}
.title-button {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    margin-bottom: 12px;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
}
@keyframes fullButtonPulse {
  0% {
    transform: scale(1);
    background-color: #f797eb;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
  }

  50% {
    transform: scale(1.05);
    background-color: #FFE62C;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3), 0 0 12px rgba(255, 182, 193, 0.3);
  }

  100% {
    transform: scale(1);
    background-color: #a5d6ff;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
  }
}
.get-app-dwnld{
 animation: fullButtonPulse 1.5s 
ease-in-out infinite;
 cursor: pointer;
 padding: 12px;
    border-radius: 12px;
   
    cursor: pointer;
}
div#game-post-details-section {
   
    
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
   padding: 35px;
   margin-left: 15px;;
    border-radius: 12px
}
/* Slider */
#main-screenshots-left {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    left: 10px;
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: url("/images/right.png");
    background-size: contain;
    rotate: 180deg;
}

#main-screenshots-right {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 58px;
    height: 58px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: url("/images/right.png");
    background-size: contain;
}
.main-screenshots {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  
}

#main-screenshots-content {
    display: flex;
    height: 250px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scroll-behavior: smooth;
}

#main-screenshots-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.main-screenshots-sub-container {
    display: flex;
    min-width: 100%;
}

.main-screenshots-item {
    background-color: #EEE;
    border-radius: 20px;
   /* min-width: 300px;*/
   min-width: 156px;
    margin-right: 14px;
    height: 100%;
    flex-shrink: 0;
}

.main-screenshots-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
/*---- slider design -------*/
.screenshot-wrape {
    width: 100%;
    max-width: 33%;
}


/*---- End ------*/
#main-screenshots-left,
#main-screenshots-right {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-screenshots-left {
    left: 10px;
}

#main-screenshots-right {
    right: 10px;
}

#main-screenshots-left.disabled,
#main-screenshots-right.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.online-game-title{
  margin-top:30px;
}
.game-container {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 20px;
}
/** End **/
.info-info .rating-container .rating-score {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    color: #73777A;
}
/* Download button css */

.get-the-game-down {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.down-link-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #48A8FF;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    width: 40%;
}
.down-link-item:hover {
    background-color: #1D87E4;
}
.down-link-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* Download button css end */

/* Bottom Ratting Section */
.rating-histogram {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  
  .rating-histogram .rating-histogram-title {
    margin-bottom: 30px;
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
  }
  
  .rating-histogram .rating-histogram-title span {
    color: #585454;
    font-size: 24px;
    font-weight: 500;
  }
  
  .rating-histogram .rating-box-container {
    display: flex;
    padding-left: 0;
    width: 100%;
    height: 145px;
  }
  
  .rating-histogram .rating-box-container .rating-info {
    
    flex-direction: column;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    width: 35%;
    margin-right: 50px;
  }
  
  .rating-histogram .rating-box-container .rating-info span {
    margin-left: -10px;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
  }
  
  .rating-histogram .rating-box-container .histogram-info {
    width: 65%;
    height: 100%;
  }
  
  .rating-histogram .rating-box-container .histogram-info .rating-detail {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
  }
  
  .rating-histogram .rating-box-container .histogram-info .rating-detail li {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  
  .rating-histogram .rating-box-container .histogram-info .rating-detail li span {
    color: #5F6368;
    display: inline-block;
    font-size: 14px;
    text-align: center;
  }
  
  .rating-histogram .rating-box-container .histogram-info .rating-detail li p {
    background-color: #EEE;
    border-radius: 10px;
    height: 15px;
    overflow: hidden;
    position: relative;
    width: 96%;
    margin-bottom: 0px;
  }
  
  .rating-histogram .rating-box-container .histogram-info .rating-detail li p b {
    background-color: #48A8FF;
    border-radius: 10px;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: var(--width);
  }
 
.single-post-game .list-1 .list-thumbnail img {
   
    border-radius: 20px;
}
  @media screen and (max-width: 700px) {
    .rating-histogram .rating-box-container .histogram-info .rating-detail li{
      margin-bottom: 10px;
    }
    .rating-histogram {
      margin-top: 24px;
    }
    .get-the-game-down{
      flex-direction: column;
    }
    .down-link-item{
      width: 100%;
    }
    .rating-histogram .rating-histogram-title {
      margin-bottom: 24px;
    }
  
    .rating-histogram .rating-histogram-title span {
      font-size: 20px;
    }
  
    .rating-histogram .rating-box-container {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
    }
  
    .rating-histogram .rating-box-container .rating-info {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      padding-left: 10px;
      margin-right: 0;

    }
  
    .rating-histogram .rating-box-container .rating-info span {
      font-size: 48px;
      margin-bottom: 10px;
    }
  
    .rating-histogram .rating-box-container .histogram-info {
      width: 100%;
      max-width: 90%;
    }
  
    .rating-histogram .rating-box-container .histogram-info .rating-detail li {
      align-items: center;
    }
  
    .rating-histogram .rating-box-container .histogram-info .rating-detail li span {
      font-size: 14px;
      margin-right: 8px;
    }
  
    .rating-histogram .rating-box-container .histogram-info .rating-detail li p {
      height: 12px;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 400px) {
    .rating-histogram .rating-box-container .rating-info span {
      font-size: 36px;
    }
  
    .rating-histogram .rating-box-container .histogram-info {
      max-width: 100%;
    }
  
    .rating-histogram .rating-box-container .histogram-info .rating-detail li {
      flex-direction: row;
      align-items: center;
    }
  
    .rating-histogram .rating-box-container .histogram-info .rating-detail li span {
      font-size: 12px;
    }
  
    .rating-histogram .rating-box-container .histogram-info .rating-detail li p {
      height: 10px;
      width: 100%;
    }
  }
  

/* End*/
@media screen and (max-width: 1024px) {
    .info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info-card .info-img {
        width: 100;
        height: 100px;
    }

    .info-card .info-info {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        align-items: center;
    }

    .info-card .info-info .info-name h1 {
        font-size: 26px;
    }

    .info-card .info-info .info-developer {
        justify-content: center;
    }
}

/* Responsive Design for Mobile */
@media screen and (max-width: 767px) {
  .screenshot-wrape{
    max-width: 100%;
  }
    .info-card {
        flex-direction: column;
        align-items: self-start;
        text-align: center;
    }
  .schreenshot-game-basic-info{
 flex-direction: column;
  }
    .info-card .info-img {
        width: 100%;
        height: 120px;
        border-radius: 10px;
    }

    .info-card .info-info {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        align-items: center;
    }

    .info-card .info-info .info-name h1 {
        font-size: 20px;
        white-space: normal;
        line-height: 1.2;
    }

    .info-card .info-info .info-developer {
        flex-direction: column;
        align-items: center;
    }

    .info-developer-item {
        align-items: center;
        margin-bottom: 5px;
    }

    .rating-container .start {
        width: 22px;
    }

    .info-info .rating-container .rating-score {
        font-size: 18px;
    }
    .rating-container {
      justify-content: flex-start;
      margin-top: 10px;
      margin-bottom: 15px;
  }
  .rating-histogram .rating-box-container .rating-info {
    
    margin-right: 0;
    text-align: left;
}
.rating-histogram .rating-box-container .histogram-info .rating-detail {
   
    padding-left: 0px;
}

}
  
  
/* End */