/* Common Css Start  */
a{
    text-decoration: none;
}
body{
    background-color: #151436;
    color: #ffffff;
    
}
.section-title {
    position: relative;
    padding-left: 60px;
    color: #ffffff;
    margin-bottom: 20px;
}
.section-title h3,
.section-title h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}
.section-title p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.71);
    padding-bottom: 12px;
}
.g-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #313169;
    position: absolute;
    left: 0;
    top: 0;
    transition: var(--anim);
    -moz-transition: var(--anim);
    -webkit-transition: var(--anim);
}
.grid-1, .grid-2, .grid-3 {
    padding: 12px;
    margin: 0;
}
.card{
    border: none;
    border-radius: 17px;
    box-shadow: 0 9px 20px #05172212;
}
.single-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

/* Index Css Star  */
.game-item{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px;
    background: #262653;
}

.game-item .list-thumbnail img{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.game-item .list-thumbnail.yml img{
    width: 80px;
    position: relative;
}

.game-item  .list-info {
    position: relative;
    padding: 20px 10px;
    width: 100%;
}
.game-item .list-info.yml .list-b-play {
    position: absolute;
    right: 15px;
    top: calc(50% - 24px);
}
.game-item .list-info .list-b-play {
    width: 48px;
    height: 48px;
    background-image: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.game-item .list-info .list-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-item .list-info .list-rating {
    color: #9595D1;
    font-size: 14px;
    width: 100%;
    float: left;
}
.game-item  .list-info .list-rating .star-on {
    color: #FFA73F;
    margin-right: 5px;
    margin-bottom: -3px;
    width: 16px;
    display: inline-block;
    font-size: 13.5px;
}
.game-item .btn-capsule {
    height: 45px;
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: -10px;
    margin-top: 25px;
}
.btn-capsule {
    display: inline-block;
    padding: 13px 20px;
    min-width: 120px;
    color: #fff !important;
    background-image: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
    text-align: center;
    font-size: 14px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    transition: var(--anim);
    -moz-transition: var(--anim);
    -webkit-transition: var(--anim);
}
.page_contact .contact_details{
    padding: 10px 0;
}
.game_details .play_btn{
     display: block;
    padding: 13px 20px;
    color: #fff !important;
    background-image: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
    border-radius: 15px;
    margin-top: 30px;
}
.page_contact .contact_details p{
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: rgba(255, 255, 255, 0.71);
}

/* Product Game Details Css Start  */
/*section.new_game {
    height: calc(100vh - 312px);
}*/
.game_details .game_container{
    position: relative;
}
.game_details .games_image img{
    width: 100%;
}
.game_details .game_container .game-content .game-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
}
.game_details .game_container .game-content .game-iframe-container .game-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}
.game_details .game_container .game-info {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.game_details .game_container .game-info .meta-info {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.game_details .game_container .game-info .rating {
    margin-bottom: 10px;
    font-size: 14px;
    color: #9595D1;
}
/*.game_details .game_container .game-info .star-rating{
    margin-bottom: 10px;
    font-size: 14px;
}*/
.game_details .review_rating .star-rating {
  direction: rtl;
  display: inline-block;
  cursor: default;
  margin-bottom: 10px;
  
}
.game_details .review_rating .star-rating input[type=radio] {
  display: none;
}
.game_details .review_rating .star-rating label {
  color: #bbb;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.game_details .review_rating .star-rating label:hover,
.game_details .review_rating .star-rating label:hover ~ label,
.game_details .review_rating .star-rating input[type=radio]:checked ~ label {
  color: #f2b600;
}
.game_details .game-info .btn-circle {
    width: 40px;
    height: 40px;
    float: left;
    background: #262653 ;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 15px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.game_details .game-info .btn-circle.heart_icon.active{
    background: rgba(238, 19, 39, 0.4) !important;
    border: none;
}
.game_details .game_container .game-info .btn-share {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    margin-right: 15px;
}


.game_details h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 200%;
    color: #ffffff;
}
.game_details .game_container .game-category-list .cat-item,
.game_details .game_container .game-category-list .tag-item {
    background-color: #262653;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 8px;
}
.game_details .game_container .game-category-list .cat-item .s-icon img{
    width: 100%;
    max-width: 30px;
}
.comment_form{
    display: flex;
}
.comment_form .comment_profile{
    margin-right: 20px;
}
.comment_form .comment_profile img{
    border-radius: 50%;
    float: left;
    width: 3.6rem;
    height: 3.6rem;
    max-width: 50px;
    max-height: 50px;
}
.comment_form .comment_contact{
    background: #262653;
    margin-bottom: 30px;
    box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.1);
    border-radius: 12px;
    padding: 15px;
    width: 100%;
}
.comment_form .comment_contact textarea.form-control{
    background: #262653;
    color: #8296a5;
    border: 0px !important;
}
.comment_form .comment_contact .post_btn{
    display: flex;
    justify-content: end;
    margin-top: 15px;
}
.comment_form .comment_contact .post_btn .comment_btn{
    background-color: #4848ac;
    border: 0;
    color: #ffffff !important;
    padding: 0px 5px;
    font-size: 16px;
    border-radius: 3px;
}

/*User Page Css Start */
.user_profile .user_details .user_title{
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}
.user_profile .user_details .user_card{
    background-color: #262653;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.user_profile .user_details .user_card .user_img{
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}
.user_profile .user_details .user_card .profile_username{
    font-size: 20px;
    font-weight: bold;
    margin-top: 28px;
    color: #fff;
}
.user_profile .user_details .user_card .profile-join {
    color: #d6793a;
    font-style: italic;
    margin-top: 1px;
}
.user_profile .user_details .user_card .user_level .level_img{
    width: 100%;
    max-width: 50px;
    margin-right: 15px;
}
.user_profile .user_details .user_card .user_level .level_contact{
    width: 100%;
}
.user_profile .user_details .user_card .user_level .level_contact .progress-bar {
    background-color: #19bae0;
}
.user_profile .user_details .user_card .game_slider {
    width: 100%;
    max-width: 95%;
    margin: 10px auto;
    display: block;
}
.user_profile .user_details .user_card .game_slider .games_img {
    margin: 0 10px;
    max-width: 70px;
}
.user_profile .user_details .user_card .game_slider .games_img img{
    border-radius: 20px;
}
.user_profile .user_details .user_card .game_slider .slick-prev:before{
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
}
.user_profile .user_details .user_card .game_slider .slick-next,
.user_profile .user_details .user_card .game_slider .slick-prev {
    font-size: 0;
    line-height: 0;
    z-index: 111;
}
.user_profile .user_details .user_card .game_slider .slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
}
.user_profile .user_details .user_card .form-control{
    background: #3f3f68;
    margin-bottom: 0 !important;
    border: none;
    color: #acacb5;
    border-radius: 4px;
}
.user_profile .user_details .user_card .avatar-chooser .input-hidden {
    position: absolute;
    left: -9999px;
}
.user_profile .user_details .user_card .avatar-chooser input[type=radio]:checked + label>img {
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #14ca14;
}
.user_profile .user_details .user_card .avatar-chooser img{
    width: 100%;
    max-width: 100%;
}
.user_profile .user_details .user_card .profile_comments{
    position: relative;
    border: 1px solid #444479;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.user_profile .user_details .user_card .profile_comments .delete_btn {
    width: 100%;
    max-width: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Blog Page Css Start */
.blog_sec .blog_details .blog_card .card{
    background: #262653;
    padding: 15px;
    border-radius: 20px;
}
.blog_sec .blog_details .blog_card .card .card_img img{
    border-radius: 15px;
    width: 100%;
}
.blog_sec .blog_details .blog_card .card .blog_title{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 15px;
}
.blog_sec .blog_details .blog_card .card .blog_btn {
    background-color: #17e9e0 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    color: #000000;
    padding: 5px 20px;
    display: inline-block;
}
/*Blog Details Page Css Start */
.blog_details_sec .blog_details{
    position: relative;
}
.blog_details_sec .blog_details .blog_share_icon {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    padding: 20px;
}
.blog_details_sec .blog_details .blog_share_icon .share_icon {
    width: 35px;
    height: 35px;
    background-image: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
    color: #ffffff !important;
    font-size: 16px;
    margin: 0 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.blog_details_sec .blog_card_details .card{
    background: #262653;
    padding: 15px;
    border-radius: 20px;
}
.blog_details_sec .blog_card_details .card .card_text{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff!important;
    margin-bottom: 0;
    margin-top: 10px;
}