/* @media (min-width: 1200px) {

    .blog-container {
        max-width: 1400px !important;
    }
} */
.blog-container {
    max-width: 90%;
    margin: auto;
}

article {
    flex-basis: 65%;
    margin-bottom: 15px;
    padding: 0 15px 0 0;
}

aside {
    flex-basis: 35%;
    margin-bottom: 15px;
}

.aside-div {
    background: #F8F8F8;
    padding: 10px;
    margin-bottom: 15px;
}

.article-wrapper {
    width: 98%;
    margin: 0 auto;
}

@media (max-width: 980px) {
    .article-wrapper {
        width: 100% !important;
    }
}

/* Blog Post */
.blog .blog-post {
    margin-right: 8px;
}

.gray-box,
.blog .blog-post {
    border-color: #e3e9ff;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#f8faff), to(#ffffff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #f8faff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.blog .blog-post {
    -webkit-box-shadow: 0px 5px 20px #002b505e, 0px 6px 6px rgb(202 206 209 / 17%);
    box-shadow: 0px 5px 20px #002b505e, 0px 6px 6px rgb(202 206 209 / 17%);
    border-top: solid #e3e9ff 6px;
    border-radius: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.blog .blog-post ul li {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.new {
    height: 35px;
    letter-spacing: 1px;
    background: #f7104e;
    border-radius: 3px 8px 0 8px;
    padding: 4px 12px;
    color: #fff;
    position: absolute;
    right: -3px;
    font-size: 14px;
    text-shadow: 0 1px 0 #d30039;
    text-transform: uppercase;
    width: 60px;
    font-family: 'Fredoka One';
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
}

.new::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    right: 0;
    border-top: 5px solid #d30039;
    border-right: 6px solid transparent;
}
/* 
:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: poppins, sans-serif;
    margin: 0;
    padding: 0;
} */

.blog .blog-post ul li .post-image {
    background: #edf0fc;
    border-radius: 8px;
}

.blog .blog-post ul li .post-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #e2e9ff;
}

.blog .blog-post ul li .post-content span {
    width: 100%;
    font-size: 12px;
    color: #6c7081;
}

.blog .blog-post ul li .post-content h2 {
    line-height: 20px;
}

.blog .blog-post ul li .post-content h2 a {
    font-size: 18px;
    color: var(--denim-blue);
    word-break: break-word;
    font-weight: bold;
}

.blog .blog-post ul li .post-content {
    font-size: 12px;
    color: var(--bs-gray);
    word-break: break-word;
}

.blog ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.thumbnail {
    background-size: cover;
    height: 100%;
    display: block;
    background-position: 38% 22% !important;
    background-origin: border-box !important;
    border-radius: 5px;
}

.wrapthumbnail {
    padding: 0px;
}

@media (max-width: 766px) {
    .blog-container .wrapthumbnail {
        height: 250px;
    }

    .blog-container .wrapthumbnail,
    .blog-container .col-md-7 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .blog-container .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
    }
}

.read-more-footer {
    font-size: 12px;
    display: flex;
    justify-content: end;
}

.read-more a {
    font-weight: 700;
    color: var(--bs-blue);
}

/* Blog Post */

.aside-box {
    padding: 0;
    border-radius: 5px;
    border-top: solid #e3e9ff 6px;
}

.aside-box.game-area .ul {
    /* grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    */
    padding: 0; 

}

.aside-box.game-area .area-label img {
    /* min-height: 85px;
    min-width: 85px;
    max-width: 85px;
    max-height: 85px; */
}

.articles-heading {
    color: var(--denim-blue);
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 2px solid #10142026;
    font-family: 'Fredoka One';
    text-shadow: 0px 4px 3px rgb(0 0 0 / 15%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    margin: 0;
}

.aside-box ul {
    padding: 0;
    margin: 0;
}

.aside-box ul li {
    list-style: none;
    padding: 0;
}

.aside-box ul .artical-main-div {
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aside-box ul li span img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #e2e9ff;
    box-shadow: 0 8px 6px -6px #101420;
}

.aside-box ul li p {
    line-height: 18px;
    padding: 0 15px;
    font-weight: bold;
}

.aside-box ul li p a {
    color: var(--denim-blue);
    font-size: 14px;
}

.aside-box ul li p span {
    width: 100%;
    font-size: 10px;
    color: var(--grey);
    margin-bottom: 5px;
    font-weight: 600;
}

.aside-box ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

p.show-more-text {
    text-align: center;
    font-weight: 700;
}

.aside-content {
    border: 1px solid;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0 8px 10px -6px #10142075;
}

.aside-box.game-area .ul .game-box {
    /* box-shadow: 0 8px 6px -6px #101420;
    border: 2px solid #ffffff; */
}

.page-title h1 {
    font-size: 28px;
    color: #ffffff;
    padding: 10px 15px 10px 0;
    font-family: 'Fredoka One';
    text-shadow: 0px 3px 0px #0d6efd9e, 1px 5px 0px #dc354545, 0px 18px 23px rgb(255 66 66 / 10%);
    margin: 0;
}

@media (min-width: 1024px) {
    .blog-container {
        display: flex;
    }
}

@media (max-width: 1023px) {
    .aside-box ul li {
        width: 50%;
        display: inline-block;
        float: left;
    }

    article {
        padding: 0px;
    }
    .blog-container {
        max-width: 100%;
    }
}

@media (max-width: 715px) {
    .aside-box ul li {
        width: 100%;
        display: block;
        float: unset;
    }
}

/* Blog -detail  */

.blog-detail {
    padding: 15px;
    border-radius: 5px;
    border-top: solid #e3e9ff 6px;
}

.blog-img img {
    width: 100%;
}

.post-heading {
    border-bottom: 2px solid #10142026;
    margin: 15px 0;
}

.post-heading h1 {
    color: var(--denim-blue);
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    font-family: 'Fredoka One';
    margin-bottom: 15px;
}

.post-heading span {
    width: 100%;
    font-size: 12px;
    color: var(--grey);
    margin: 0;
    font-weight: 600;
}

.post-content {
    color: var(--grey) !important;
    /* font-weight: 600; */
    font-size: 14px;
    font-family: poppins, sans-serif;
    line-height: 1.8;
    letter-spacing: -.12px;
}

.post-content strong {
    color: var(--denim-blue) !important;
    font-family: 'Fredoka One';
}


/* Blog -detail  */