@font-face {
    font-family: "Cairo";
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
}

body,
span,
p,
label,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
a,
div {
    font-family: "Cairo", sans-serif;
    color: var(--text-color) !important;
}

body {
    background: var(--bg-color) !important;
}

.main-menu {
    text-align: center !important;
}

#navbarNav {
    justify-content: right;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
    width: 65%;
    right: 31px !important;
    text-align: right;
}

.trend-bottom-title {
    position: absolute;
    left: 40px;
    bottom: 25px;
}

.trend-bottom-title label {
    color: #F8F8F8 !important;
    margin-left: 27px;
}

.trending-area .trending-main .trand-right-single {
    align-items: center;
}

.trending-area .trending-main .trand-right-single .trand-right-cap h4 {
    text-align: right;
    margin-right: 14px;
}

.trend-bottom-cap {
    text-align: right;
}

.section-tittle {
    text-align: center;
}

.weekly-caption {
    text-align: right;
}

.logo-section {
    position: absolute;
    left: 20px;
    top: 10px;
}

.logo-section span {
    font-size: 23px;
    font-weight: 600;
}

.whats-news-area .nav-tabs,
.about-area .nav-tabs,
.contact-section .nav-tabs {
    background: unset !important;
}

.whats-news-area .nav-tabs .nav-item,
.about-area .nav-tabs .nav-item,
.contact-section .nav-tabs .nav-item {
    background: var(--bg-color2) !important;
    margin: 0 20px;
    width: 133px;
    text-align: center;
    font-size: 16px;
}

.new-game-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-game-card .img-design {
    width: 270px;
    height: 260px;
}

.new-game-card .img-design img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.new-game-card .game-category {
    width: 270px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.new-game-card .game-description {
    width: 270px;
    height: 51px;
    text-align: right;
}

.new-game-card .game-description p {
    font-size: 24px;
    font-weight: 700;
    color: #121221;
    margin-top: 10px;
}

.new-game-card .game-description span {
    font-size: 12px;
    margin-left: 10px;
}

.slide-container {
    position: relative;
}

.carousel-custom-wrapper {
    width: 100%;
}

.carousel-custom {
    justify-content: center;
    overflow: hidden;
}

.slide-container .slide-card {
    width: 849px;
    height: 283px;
    background: #C2CEFF;
    direction: rtl;
    position: relative;
    border-radius: 25px;
}

.full-height {
    height: 100%;
}

.disscusion-info {
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-right: 36px;
}

.disscusion-info .name {
    font-size: 32px;
    font-weight: 900;
    color: #FFFFFF!important;
}

.disscusion-info .comment {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF !important;
}

.disscusion-info .more {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF!important;
}

.person-img {
    width: 181px;
    height: 181px;
    border-radius: 100%;
    object-fit: cover;
}

.disscuss-part1,
.disscuss-part2,
.disscuss-part3 {
    position: absolute;
    z-index: 1;
}

.disscuss-part1 {
    top: -68px;
    right: -97px;
}

.disscuss-part2 {
    top: 50px;
    right: -71px;
}

.disscuss-part3 {
    top: -114px;
    right: -8px;
}

.carousel__viewport {
    overflow: visible !important;
}

.weekly2-caption {
    margin-top: 0px !important;
}

.footer-area {
    background: #ffff;
}

.single-footer-caption h4 {
    color: black;
}

.footer-area .insta-feed {
    flex-wrap: unset;
    flex-direction: column;
    align-items: center;
}

.footer-area .insta-feed span {
    color: black !important;
    white-space: nowrap;
}

.footer-area .insta-feed img {
    width: 24px !important;
}

.footer-area .insta-feed li {
    display: flex;
    gap: 8px !important;
    font-size: 14px !important;
}

.footer-tittle {
    text-align: center;
}

.footer-logo-custom {
    display: flex;
    align-items: center;
}

.footer-bottom-area {
    background: #ffff;
}

.footer-border {
    border-top: unset !important;
    padding-top: 10px !important;
}

.gray-bg {
    background: #FFFFFF !important;
}

.spreed-area {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
}

.footer-padding,
.footer-border {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.custom-padding-bottom {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.footer-area .footer-tittle h4 {
    font-size: 16px;
}

.trending-tittle strong {
    background: #DC661E;
}

.whats-news-area .nav-tabs .nav-link.active {
    background: #DC661E !important;
    color: white !important;
    font-size: 16px !important;
}

.carousel__next {
    right: 152px !important;
}

.carousel__prev {
    left: 152px !important;
}

.header-custom {
    height: 100px !important;
}

.weekly2-caption {
    text-align: right;
}

#navbarNav ul {
    font-size: 16px;
    font-weight: 600;
}

#navbarNav a {
    color: #777f7f;
    ;
}

.dropdown-menu {
    text-align: right !important;
}

@media (max-width: 480px) {
    .slide-container .slide-card {
        width: 305px;
    }
    .disscuss-part1,
    .disscuss-part2,
    .disscuss-part3 {
        display: none;
    }
    .trending-tittle {
        padding-top: 40px;
        text-align: right;
    }
    .logo-section {
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .carousel-custom {
        justify-content: center;
        overflow: hidden;
    }
    .sticky-bar {
        background: var(--bg-color) !important;
        height: 100px;
    }
    .weekly2-news-active {
        flex-direction: column;
    }
    .weekly-news-active {
        flex-direction: column;
        gap: 10px;
    }
    #navbarNav {
        background: white;
        text-align: right;
        margin-top: 49px;
        top: 10p;
    }
    #navbarNav a {
        color: #777f7f;
        ;
    }
    .dropdown-menu {
        text-align: right !important;
    }
    .trend-top-img {
        height: 260px;
    }
    .trending-top-shimmer {
        height: 260px !important;
        width: 100%;
    }
    .trend-top-img img {
        height: 270px;
        object-fit: cover;
    }
    .trend-bottom-title {
        left: -17px;
        bottom: 0px;
    }
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
        width: 65%;
        right: 12px !important;
        top: 174px;
        text-align: right;
        font-size: 18px;
    }
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
        font-size: 19px;
    }
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
        width: 90%;
    }
    .weekly-img img {
        height: 250px;
        object-fit: cover;
    }
    .weekly-caption {
        /* display: none; */
    }
    .new-game-card {
        margin-bottom: 60px;
    }
    • .new-game-card .game-description p {
        font-size: 18px;
    }
    .footer-tittle {
        text-align: right;
    }
    .footer-area .insta-feed {
        align-items: start;
    }
    .social-mt {
        margin-top: 0px !important;
    }
    .contact-mt {
        margin-top: 47px !important;
    }
    .pages-mt {
        margin-top: -5px !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .carousel-custom {
        justify-content: center;
        overflow: hidden;
    }
    .disscuss-part1,
    .disscuss-part2,
    .disscuss-part3 {
        display: none;
    }
    .weekly-caption {
        /* display: none; */
    }
    .slide-container .slide-card {
        width: 470px;
    }
    .new-game-card .game-description {
        width: 270px;
        height: 122px;
    }
    #navbarNav {
        background: white;
        text-align: right;
        margin-top: 49px;
        top: 10p;
    }
    #navbarNav a {
        color: #777f7f;
        ;
    }
    .dropdown-menu {
        text-align: right !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-custom {
        justify-content: center;
        overflow: hidden;
    }
    .disscuss-part1,
    .disscuss-part2,
    .disscuss-part3 {
        display: none;
    }
    .weekly-caption {
        /* display: none; */
    }
    .slide-container .slide-card {
        width: 650px;
    }
    .new-game-card .img-design {
        width: 210px;
        height: 203px;
    }
    .new-game-card .game-category {
        width: 210px;
    }
    .new-game-card .game-description {
        width: 210px;
    }
    #navbarNav {
        background: white;
        text-align: right;
        margin-top: 49px;
        top: 10p;
    }
    #navbarNav a {
        color: #777f7f;
        ;
    }
    .dropdown-menu {
        text-align: right !important;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .carousel-custom {
        justify-content: center;
        overflow: hidden;
    }
    .disscuss-part1,
    .disscuss-part2,
    .disscuss-part3 {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .carousel-custom {
        justify-content: center;
        overflow: hidden;
    }
    .disscuss-part1,
    .disscuss-part2,
    .disscuss-part3 {
        display: none;
    }
}

@media (min-width: 1201px) {
    /* Styles for very large screens */
}


/*
    * NEWS PAGES    
    */

.btn-outline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.single_sidebar_widget .widget_title {
    text-align: center;
}

.single_sidebar_widget .media-body {
    text-align: right;
    padding-right: 14px;
}

.single_sidebar_widget .list {
    text-align: center;
}

.single_sidebar_widget .list li {
    width: 100px;
}

.single_sidebar_widget .list li a {
    background: #ffff;
    font-size: 15px;
    color: var(--text-color) !important;
    font-weight: 500;
    border: 1px solid #E7E7E7;
    text-align: center;
}

.blog_item_date {
    height: 43.02px;
    width: 106.43px;
    padding: unset !important;
    text-align: center !important;
    padding-top: 8px !important;
}

.blog_item_date h3 {
    font-size: 20px !important;
}

.blog_details {
    text-align: center;
}

.blog_details h2 {
    font-size: 24px;
    margin-bottom: 38.5px;
}

.blog-info-link li::after {
    content: "" !important;
}

.blog-info-link li {
    padding-right: 10px !important;
}

.blog_item {
    cursor: pointer;
}


/*
    * BLOG DETAILS
    */

.blog-details-title {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    padding: 0px 142px;
    margin-top: 87px !important;
    margin-bottom: 40px !important;
}

.about-img {
    text-align: center;
}

.about-img img {
    margin-top: 60px;
    margin-bottom: 60px;
}

.about-img img {
    width: 100% !important;
    height: 429px !important;
    object-fit: cover;
}

.about-right .section-tittle {
    display: flex;
    justify-content: space-between;
    direction: ltr;
    gap: 10px;
}

.about-right .section-tittle .section-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.about-right .section-tittle span {
    color: #2A2A2A;
    font-size: 13px;
}

.about-right .section-tittle .like img {
    padding-right: 10px;
}

.about-prea {
    text-align: right;
}

.lower-section {
    margin-bottom: 26px;
}

.lower-section .related {
    font-weight: 700;
    font-size: 32px;
}

.lower-section .more {
    font-weight: 700;
    font-size: 20px;
}

.related-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-card-container img {
    width: 242px;
    height: 176px;
    object-fit: cover;
    margin-bottom: 16px;
}

.related-card-container .related-card-title {
    size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    align-self: start;
    padding-right: 14px;
}

.related-card-container .related-card-title {
    size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.related-card-time-container {
    align-self: start;
    padding-right: 14px;
}

.related-card-container .related-card-time {
    size: 12px;
    color: #949494;
}

@media (max-width: 480px) {
    .related-card-container {
        margin-bottom: 14px;
    }
    .related-card-time-container {
        align-self: center;
    }
    .related-card-container .related-card-title {
        align-self: center;
    }
    .lower-section .related {
        font-weight: 700;
        font-size: 20px;
    }
    .lower-section .more {
        font-weight: 700;
        font-size: 16px;
    }
    .blog-details-title {
        font-size: 16px;
        padding: 0px 20px;
    }
    .about-img img {
        height: 235px !important;
    }
    .about-img img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .related-card-container {
        margin-bottom: 14px;
    }
    .related-card-time-container {
        align-self: center;
    }
    .related-card-container .related-card-title {
        align-self: center;
    }
    .lower-section .related {
        font-weight: 700;
        font-size: 20px;
    }
    .lower-section .more {
        font-weight: 700;
        font-size: 16px;
    }
    .blog-details-title {
        font-size: 20px;
    }
    .about-img img {
        height: 235px !important;
    }
    .about-img img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .related-card-container img {
        width: 100% !important;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .related-card-container img {
        width: 100% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .related-card-container img {
        width: 100% !important;
    }
}

@media (min-width: 1201px) {}

.single-what-news {
    /* width: 373px; */
    height: 459px;
    position: relative;
    border-radius: 17px;
    cursor: pointer;
}

.single-what-news img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.single-story-title {
    background: #DC661E;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px !important;
    align-items: center;
    display: flex;
    justify-content: center;
}

.single-story-title span {
    color: white;
    font-size: 24px !important;
    font-weight: 700;
}

.single-story-content {
    height: 200px;
    background: var(--bg-color3);
    position: absolute;
    bottom: 17px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    padding: 13px;
    width: 100%;
}

.single-story-content .date {
    font-size: 14px;
    font-weight: 400;
    color: #BA6531;
    background: #FFFFFFC4;
    border-radius: 22px;
    align-self: right;
    width: 90px;
    height: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.single-story-content .content {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.single-story-content a .more {
    color: #DC661E;
    font-size: 14px;
    font-weight: 700;
}

.category span {
    color: #fff !important;
}

.single-story-title span {
    color: #fff !important;
}

.single-what-news .category {
    background: #DB5600;
    width: 133px;
    height: 33px;
    color: #FFFFFF !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    left: 0;
    top: 28px;
}

.single-what-news .rating {
    background: #DB5600;
    width: 133px;
    height: 33px;
    color: #FFFFFF !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    left: 0;
    top: 53px;
}

@media (max-width: 991px) {
    .search {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 1254px) and (min-width: 991px) {
    .search {
        width: 120px!important;
    }
}

@media (min-width: 991px) and (max-width: 1349px) {
    #navbarNav ul {
        font-size: 14px;
        font-weight: 600;
    }
    .logo-section span {
        font-size: 14px;
        font-weight: 600;
    }
    .logo-section {
        left: 5px;
    }
    #navbarNav {
        justify-content: right;
    }
}

.ads-title {
    color: #DC661E;
    font-weight: 700;
    font-size: 19px;
    display: flex;
    gap: 23px;
    align-items: center;
}

.ads-title img {
    height: 100% !important;
}

.ads-card img {
    border-radius: 16px !important;
}

.main-ads {
    height: 560px !important;
    position: relative;
}

.main-ads .controls {
    position: absolute;
    display: flex;
    bottom: 40px;
    left: 40px;
    direction: ltr;
    align-items: center;
}

.main-ads .controls span {
    color: #545454;
    font-size: 17px;
    font-weight: 700;
    margin-right: 40px;
}

.main-ads .main-img {
    height: 560px !important;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.main-ads .controls .md-img {
    width: 52px;
    height: 52px;
    margin-right: 16px;
}

.main-ads .controls .play {
    width: 52px;
    height: 52px;
    margin-right: 16px;
}

@media (max-width: 480px) {
    .main-ads,
    .video-iframe {
        height: 300px !important;
    }
    .main-ads .main-img {
        height: 300px !important;
    }
}


/*
    *Login
    */

.login-container {
    position: relative;
    height: 100vh;
    overflow: scroll;
    /* Prevent scrolling due to blur overflow */
}

.login-container::before {
    content: "";
    position: fixed;
    /* Ensures the background covers the entire viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/login/login_cover.jpg);
    background-size: cover;
    background-position: center center;
    filter: blur(9px);
    z-index: -1;
}

.login-container .login-card {
    position: absolute;
    height: 549px;
    width: 660px;
    border-radius: 30px;
    background-color: var(--bg-color2);
    right: 120px;
    top: 100px;
    padding: 0 70px;
}

.login-container .login-card .login-logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.login-container .login-card .login-header-logo {
    font-size: 26px;
    font-weight: 700;
}

.login-container .login-card .login-logo-section img {
    width: 122px;
}

.login-welcome-title {
    font-weight: 600;
    font-size: 24px;
}

.login-welcome-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.input-custom {
    height: 70px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.login-forgot-password {
    font-size: 16px;
    color: #666666;
}

.btn-primary-custom {
    width: 100%;
    background: #DC661E;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.create-account {
    font-size: 16px;
    color: #666666;
}

.create-account a {
    color: #D6631D;
}

@media (max-width: 880px) {
    .login-container .login-card {
        width: 470px;
    }
}

@media (max-width: 680px) {
    .login-container .login-card {
        width: 380px;
    }
    .login-container .login-card .login-header-logo {
        font-size: 18px;
        font-weight: 700;
    }
    .login-container .login-card .login-logo-section img {
        width: 100px;
    }
    .login-welcome-title {
        font-weight: 600;
        font-size: 18px;
    }
    .btn-primary-custom {
        width: 100%;
        background: #DC661E;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 30px;
    }
}

@media (max-width: 590px) {
    .login-container .login-card {
        width: unset;
        right: unset;
        margin: 0px 20px !important;
        height: 595px !important;
    }
}

@media (max-width: 440px) {
    .login-container .login-card {
        width: unset;
        right: unset;
        margin: 0px 20px !important;
    }
    .input-custom {
        height: 50px;
    }
}

@media (max-width: 385px) {
    .login-container .login-card {
        width: 342px;
        padding: 30px;
        top: 39px;
    }
    .carousel__next {
        right: 0px !important;
    }
    .carousel__prev {
        left: 0px !important;
    }
    .nav-item-active {
        color: #7a3b12 !important;
        border-bottom: 2px solid #7a3b12;
        padding: 10px 11px !important;
        margin: 0 0px !important;
    }
}

.btn-primary:hover {
    color: #fff;
    background-color: #dc661e;
    border-color: #dc661e;
}

.btn::before {
    background: #a34f19;
}

.login-container .register {
    width: unset !important;
    right: unset !important;
    margin: 0px 20px !important;
}

.register .login-logo-section span {
    font-size: 16px !important;
}

.register .login-logo-section img {
    width: 70px !important;
}

.register .input-custom {
    height: 40px !important;
}

.register .login-welcome-title {
    font-size: 16px !important;
    margin-bottom: 6px !important;
}

.register .login-welcome-subtitle {
    font-size: 14px !important;
    margin-bottom: 6px !important;
}

.register p {
    margin-bottom: 15px !important;
}

.login-container .register {
    height: 95% !important;
    top: unset !important;
    margin: 20px 20px !important;
    overflow: auto !important;
}

.register-container .btn-primary-custom {
    font-size: 16px;
}

.register-container {
    overflow: hidden !important;
}


/**
    * SCROLLER
    */


/* Custom scrollbar styling */


/* Custom scrollbar styling */

 ::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
    height: 10px;
    /* Height of the scrollbar (for horizontal scrolling) */
}

 ::-webkit-scrollbar-thumb {
    background-color: #dc651f;
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded corners for the thumb */
}

 ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Scrollbar track color */
    border-radius: 10px;
    /* Rounded corners for the track */
}


/* For Firefox */

* {
    scrollbar-width: thin;
    /* Makes the scrollbar thin */
    scrollbar-color: #dc651f #f1f1f1;
    /* Thumb color and track color */
}


/* Add this for smoother corners on all elements */

html {
    scroll-behavior: smooth;
    /* Ensures smooth scrolling */
}


/**
    *Games community
    */

.discussion {
    background: #EFEFEF;
    border-radius: 43px;
    padding: 12px;
    text-align: right;
    cursor: pointer;
}

.discussion {
    background: #EFEFEF;
    border-radius: 43px;
    padding: 12px;
    text-align: right;
}

.discussion .subscriber-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.discussion .subscriber-info span {
    font-size: 18px;
    font-weight: 700;
}

.discussion .subscriber-info img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.discussion-info p {
    padding-right: 74px;
}

.discussion-footer {
    display: flex;
    justify-content: space-between;
}

.discussion-footer .discussion-footer-left {
    padding-right: 26px;
    display: flex;
    gap: 10px;
}

.discussion-footer .discussion-footer-left span {
    font-size: 15px;
    color: #929292;
    white-space: nowrap;
}

.discussion-footer .discussion-footer-right {
    padding-left: 56px;
    display: flex;
    gap: 10px;
}

.discussion-footer .discussion-footer-right span {
    font-size: 15px;
    color: #929292;
    white-space: nowrap;
}

.btn-discussion-container {
    margin-top: 96px;
}

.btn-discussion {
    background: #DC661E;
    width: 176px;
    height: 41px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    float: left;
    margin-bottom: 28px;
    justify-content: center;
    border-radius: 60px;
    border: unset;
}

.discussion-container {
    margin-bottom: 80px;
}

.discussion-form {
    margin-top: 60px;
    width: 100%;
    text-align: right;
    margin-bottom: 44px;
}

.discussion-form input,
.discussion-form textarea {
    border: solid 1px #858585;
}

.discussion-form label {
    font-weight: 600;
    font-size: 20px;
}

.btn-publish-section {
    display: flex;
    gap: 12px;
    justify-content: left;
}

.btn-publish {
    width: 180px;
    height: 55px;
    background: #FF7008;
    color: #FFFFFF;
    font-size: 28px;
    border: unset;
}

.btn-publish-outline {
    width: 180px;
    height: 55px;
    background: #ffff;
    color: #FF7008;
    font-size: 28px;
    border: 1px solid #FF7008;
}


/*
    *
    * input file design
    */

.input-file {
    width: 0.1px;
    height: 0.1px;
    z-index: -1;
    position: relative;
    overflow: hidden;
    opacity: hidden;
}

.input-file+label {
    font-size: 16px;
    font-weight: 700;
    color: #FF7008;
    background-color: black;
    display: block;
    height: 40px;
    padding: 8px !important;
}

.input-file:focus+label,
.input-file+label:hover {
    background: #FF7008;
}

.input-file+label {
    cursor: pointer;
}

.input-file:focus+label {
    cursor: pointer;
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.input-file+label+* {
    pointer-events: none;
}

.btn-upload {
    border: 1px solid #FF7008;
    background-color: #ffff!important;
    max-width: 200px;
    margin: 10px;
    box-shadow: 1px 1px 5px 1px rgba(105, 105, 105, 0.3);
    color: #FF7008;
    &:hover {
        color: #FF7008!important;
    }
}

.input-file:focus+label,
.input-file+label:hover {
    background: #FF7008;
    color: #FF7008;
}

.discussion-info-img {
    text-align: center;
    padding-bottom: 30px;
}

.discussion-info-img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.discussion-comments {
    background: #ffffff;
}

.discussion-footer-custom {
    justify-self: left;
}

.discussion-info-custom p {
    margin-bottom: 0px;
}

.profile-cover {
    position: relative;
    /* Establishes a positioning context for the pseudo-element */
    width: 100%;
    /* height: 526px; */
    overflow: hidden;
    /* Ensures content doesn't spill outside the container */
}

.profile-cover:before {
    content: "";
    position: absolute;
    /* Required to position the pseudo-element */
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    height: 526px;
    /* Matches the parent height */
    background-image: url(../images/profile/profileCover.jpg);
    background-position: center center;
    background-size: cover;
    /* Ensures the image covers the entire container */
    filter: blur(9px);
    z-index: -1;
    /* Places it behind other elements inside .profile-cover */
}

.profile-avatar {
    position: relative;
    /* Ensure avatar is layered above the background */
    z-index: 1;
    text-align: center;
    /* Center aligns the image if needed */
    margin-top: 122px;
    display: flex;
    justify-content: center;
}

.profile-avatar img,
.profile-avatar .avatar {
    position: relative;
    width: 277px;
    height: 277px;
    border-radius: 50%;
    /* Optional: Make the avatar a circle */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow for better visibility */
}

.profile-avatar .avatar .pen {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 44px;
    left: 68px;
}

.profile-info-section {
    display: flex;
    justify-content: center;
}

.profile-info {
    text-align: center;
    color: #FF7008;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #FF7008;
    border-radius: 41px;
    background: var(--bg-color2);
    width: 586px;
    margin-top: 16px;
    margin-bottom: 150px;
    font-size: 16px !important;
}

.profile-item {
    cursor: pointer;
}

.profile-item,
.profile-item-beside {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-bottom: solid 1px;
}

.profile-item-beside .item {
    display: flex;
    flex-direction: column;
}

.profile-item .profile-item-icon {
    width: 40%;
    text-align: left;
}

.profile-item .profile-item-icon img {
    width: 30px;
}

.profile-item .profile-item-title {
    width: 60%;
    text-align: right;
    padding-right: 12px;
}

.profile-item-beside {
    display: flex;
    justify-content: center;
    gap: 49px;
}

.input-custom-profile {
    height: 47px;
}

.profile-form .login-welcome-subtitle {
    font-weight: 700;
    color: #000;
}

.profile-form .form-check-label {
    font-weight: 300;
}


/* GAMES TABS */

.nav-item .active:hover {
    color: #ffffff !important;
    /* Ensure it stays white on hover */
}

.tab-title,
.tab-title:hover {
    color: #dc661e !important;
    font-size: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #e9e7e7;
}

.nav-item .active {
    color: #ffffff !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: #DC661E !important;
    font-size: 20px;
    font-weight: 600;
}

.nav-item .active .tab-title {
    color: #ffffff !important;
}

.blog_area a:hover,
.blog_area a :hover {
    -webkit-text-fill-color: unset !important;
}

.tab-pane {
    text-align: right;
}

.game-card {
    display: flex;
    border: solid 1px #DC661E;
    border-radius: 10px;
    background: var(--bg-color2);
    height: 230px;
    margin-bottom: 12px;
    cursor: pointer;
}

.game-card .game-card__image {
    height: 100%;
    width: 30% !important;
}

.game-card .game-card__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.game-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 22px;
    color: #74768F;
    font-size: 18px;
    font-weight: 500;
    width: 70% !important;
}

@media (max-width: 768px) {
    .game-card {
        height: 140px;
    }
    .game-card__content {
        font-size: 12px !important;
    }
}

@media (max-width: 462px) {
    .game-card .game-card__image {
        height: 100%;
        width: 30% !important;
    }
    .game-card {
        height: 180px;
    }
    .game-card__content {
        font-size: 12px !important;
    }
    .container-custom {
        padding: 0px !important;
    }
    .container-custom .col-md-12 {
        padding: 0px !important;
    }
}

.game-cover {
    width: 100%;
    height: 100%;
    background-image: url(../images/lastGames/cover.png);
    object-fit: cover;
    height: 429px;
    text-align: right;
    position: relative;
    border-bottom: solid 6px #dc651f;
}

.game-cover .game-title {
    align-self: center;
    margin-top: 10px;
    font-size: 24px;
}

.game-cover .game-description {
    margin-right: 7px;
    font-size: 18px;
}

.game-cover .game-requirements {
    margin: 7px;
    border-radius: 9px;
}

.overlay {
    height: 100%;
    width: 100%;
}

.overlay::before {
    background-image: -moz-linear-gradient(170deg, rgba(90, 89, 89, 0) 0%, #4b4949 100%);
    background-image: -webkit-linear-gradient(293deg, rgba(90, 89, 89, 0) 0%, #4b4949 100%);
    background-image: -ms-linear-gradient(170deg, rgba(90, 89, 89, 0) 0%, #4b4949 100%);
}

.game-details-content {
    display: flex;
    flex-direction: column;
    /* position: absolute; */
    height: 100%;
    justify-content: space-between;
    width: 453px;
    color: #ffffff;
}

.game-details-content .game-description {
    display: flex;
    flex-direction: column;
}

.game-requirements {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DC661E;
    color: #fff !important;
    opacity: 78%;
    font-size: 18px;
    font-weight: 600;
    height: 86px;
    width: 453px;
}

.game-main-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.minimum-requirements {
    font-size: 18px;
    font-weight: 500;
}

.custom-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #DC661E;
    border-radius: 8px;
    overflow: hidden;
    direction: ltr;
}

.custom-table td {
    border: 1px solid #DC661E;
    padding: 15px;
    font-size: 16px;
}

.custom-table .bg-orange {
    background-color: #DC661E;
    font-weight: bold;
}

.custom-table .text-white {
    color: #ffffff;
}

.working-on-title {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

@media (max-width: 510px) {
    .game-details-content {
        width: 100%;
    }
    .game-requirements {
        width: 200px !important;
    }
    .game-cover .game-title {
        align-self: start;
        margin-top: 10px;
        font-size: 14px;
        margin-right: 7px;
    }
}

.input-custom-label {
    float: right;
    margin-bottom: 6px;
}

.invalid-border {
    border: 1px solid #dc3545 !important;
}

.invalid-feedback {
    float: right;
    text-align: right;
    display: block !important;
    margin-top: -16px;
    margin-bottom: 10px;
    color: #dc3545 !important;
}

.input-comment-section {
    display: flex;
}

.input-comment-section .btn-discussion-custom {
    width: 180px;
    height: 70px;
    margin-right: 10px;
    border-radius: 10px;
    background: #ffff;
    color: #FF7008;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #FF7008;
}

.story-img-custom {
    width: 127px;
    height: 115px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-img-custom {
    width: 100%;
    height: 428px;
    object-fit: cover;
    border-radius: 12px;
}

.weekly2-news-active {
    justify-content: center;
}

.game-activity-card {
    width: 202px !important;
    height: 129px !important;
    object-fit: cover;
}

@media (max-width: 910px) {
    .weekly2-news-active {
        flex-direction: column;
        text-align: right;
    }
    .game-activity-card {
        width: 100% !important;
    }
}

.trend-top-img {
    max-height: 500px;
    overflow: hidden;
}

.trend-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending-top-shimmer {
    height: 500px;
    width: 100%;
}

.trend-bottom-img {
    max-height: 236px;
    overflow: hidden;
}

.trend-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trand-right-img {
    max-height: 120px;
    max-width: 108px;
    overflow: hidden;
}

.trand-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-trailer-img {
    width: 224px;
    height: 125px;
    cursor: pointer;
}

.video-iframe {
    width: 100%;
    height: 560px;
}

.boxed-btn {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: unset !important;
}

.section-active {
    background: #DC661E !important;
    color: #fff !important;
}

.single_sidebar_widget .list li .section-active {
    color: #fff !important;
}

.nav-item-active {
    color: #7a3b12 !important;
    border-bottom: 2px solid #7a3b12;
    padding: 10px 11px !important;
    margin: 0 0px !important;
}

.nav-item-active a {
    color: #fff !important;
}

.weekly-news-active .weekly-single .weekly-img img {
    width: 235px !important;
    height: 280px !important;
    object-fit: cover !important;
}

@media (max-width: 480px) {
    .weekly-news-active .weekly-single .weekly-img img {
        width: 100% !important;
    }
}

.whats-news-area .nav-tabs {
    gap: 10px;
}

.navbar-nav {
    align-items: center;
}

.content-wrapper {
    position: relative;
    z-index: 0;
}


/* .content-wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url('../images/login/login_cover.jpg');
        background-size: cover;
        background-position: center;
        filter: blur(9px);
        opacity: 0.5;
        z-index: -1;
    } */

.custom-footer {
    align-items: baseline;
    text-align: center;
}

.social-icon {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-area1 {
    font-size: 12px !important;
}

.footer-area1 h4 {
    font-size: 14px !important;
    text-align: center;
}

@media (max-width: 1200px) {
    .weekly-news-active .weekly-single .weekly-img img {
        width: 206px !important;
        object-fit: cover !important;
    }
}

@media (max-width: 992px) {
    .weekly-news-active .weekly-single .weekly-img img {
        width: 140px !important;
        object-fit: cover !important;
    }
}

@media (max-width: 768px) {
    .weekly-news-active .weekly-single .weekly-img img {
        width: 100% !important;
        object-fit: cover !important;
    }
    .weekly-news-active {
        gap: 10px !important;
        flex-direction: column !important;
    }
    .weekly-news-area .weekly-wrapper .weekly-single:hover .weekly-caption {
        width: 50% !important;
    }
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: var(--bg-color) !important;
    border: 1px solid var(--bg-color2) !important;
}

.markdown-body {
    background-color: var(--bg-color-reverse) !important;
}

.single-story-content .content {
    color: var(--text-color1) !important;
}

.single-story-content .more {
    color: #DC661E !important;
}

.single-story-content .date {
    background: var(--bg-color4);
}

.btn-discussion span {
    color: #fff !important;
}

.discussion {
    background: var(--bg-color5);
}

.btn-upload {
    background-color: var(--bg-color) !important;
}

.btn-publish,
.btn-publish-outline {
    font-size: 18px;
    border-radius: 14px;
}

.controls {
    background: var(--bg-color6) !important;
    color: var(--text-color1) !important;
    padding: 6px;
    border-radius: 6px !important;
}

.controls i {
    font-size: 40px;
    margin-right: 12px;
}

.game-requirements span {
    color: #fff !important;
}

.dropdown-menu {
    background-color: var(--bg-color);
}

.dropdown-item:hover {
    background-color: var(--bg-color2);
}


/* .ui.selection.dropdown,
    .ui.dropdown .menu {
        background: var(--bg-color2) !important;
    } */

.section-padding {
    padding-top: 32px !important;
    padding-bottom: 10px;
}

.blog-details-title {
    margin-top: 32px !important;
}

.about-img img {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-discussion-container {
    margin-top: 32px !important;
}

.weekly2-pading {
    padding-top: 32px !important;
}

.game-description span,
.game-title span {
    color: #fff !important;
}


/***
    start rating
    **/

.rate-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.rate-container span {
    color: var(--text-color1) !important;
    font-size: 38px;
    font-weight: 700;
}

.progress-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.progress-with-title {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
}

.progress-with-title .progress {
    width: 100%;
}

.rate-title {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    background: #7a3b12;
    padding: 6px;
}

.rate-title span {
    color: #fff!important;
}

.border-style {
    border-left: 2px solid #ddd !important;
}

@media (max-width: 768px) {
    .border-style {
        border-left: unset !important;
        border-bottom: unset !important;
    }
}


/***
    end rating
    **/

.no-gaming {
    align-items: center;
    justify-content: center;
}

.click-here {
    color: #DC661E !important;
    margin: 0 6px;
}

@media (max-width: 768px) {
    .no-gaming {
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        display: block !important;
        padding: 10px !important;
        height: unset !important;
    }
}

.my-swal-modal {
    background-color: var(--bg-color) !important;
    /* لون خلفية غامق */
    color: var(--text-color) !important;
    /* لون النصوص */
    border-radius: 12px !important;
}

.swal2-validation-message {
    background: var(--bg-color) !important;
    /* لون خلفية غامق */
    color: var(--text-color) !important;
}

.filter-container {
    display: flex;
    border-radius: 16px;
    border: 1px solid #DC661E;
    width: 100%;
    height: 92px;
    align-items: center;
    gap: 22px;
    background: #FFF2E9 !important;
    margin-bottom: 30px !important;
}

.label-container .label {
    color: #DC661E !important;
}

.filter-container .label-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    gap: 5px;
}

.btn-primary-custom-filter {
    width: 134px;
    height: 41px;
    margin-bottom: 0px !important;
    font-size: 14px;
}

.filter-container .ui.fluid.dropdown {
    width: 175px !important;
    text-align: right;
}

.ui.dropdown:not(.button)>.default.text,
.ui.default.dropdown:not(.button)>.text {
    color: #bfbfbfde !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .btn-primary-custom-filter {
        min-width: 114px !important;
        width: 114px !important;
        padding: 0px !important;
    }
    .filter-container .ui.fluid.dropdown {
        width: 110px !important;
    }
}

@media (max-width: 992px) {
    .filter-container {
        flex-direction: column !important;
        height: unset !important;
        padding: 10px !important;
        gap: 10px !important;
    }
    .filter-container .label-container {
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .filter-container .ui.fluid.dropdown {
        width: 100% !important;
    }
    .btn-primary-custom-filter {
        width: 100% !important;
    }
}

.giveaway-card {
    width: 100% !important;
    height: 570px !important;
    border-radius: 10px !important;
    display: flex;
    flex-direction: column;
    background: #FCF1EB !important;
    gap: 10px;
}

.giveaways-img-box {
    width: 100% !important;
    height: 183px !important;
    position: relative;
}

.giveaways-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.giveaways-img-box label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFCC00;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
}

.giveaway-game-name {
    color: #DC661E !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: right;
    margin-bottom: 0px;
}

.giveaway-platform {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.giveaway-platform label {
    margin-bottom: 0px !important;
    color: black !important;
}

.giveaway-price {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: black !important;
}

.giveaway-price .label,
.giveaway-price .price,
.giveaway-price .value {
    color: black !important;
}

.giveaway-price .status-success {
    padding: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #35A21A;
    color: white !important;
    gap: 8px;
    font-size: 14px;
    height: 40px;
}

.button-get-giveaway {
    background: #DC661E !important;
    color: #fff !important;
    border-radius: 5px !important;
    width: 245px !important;
    max-height: 117px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: bold !important;
    padding: 16px;
    align-self: center;
}

.giveaway-date {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #7A3B12 !important;
    margin-bottom: 16px !important;
}

.giveaway-date span {
    color: #7A3B12 !important;
}

.giveaway-platform,
.giveaway-game-name,
.giveaway-price {
    padding: 8px !important;
}

.giveaway-card hr {
    border-bottom: 1px solid #cbcbcb !important;
    margin: 15px 0 !important;
    display: flex !important;
    align-self: center !important;
    width: 90% !important;
}

.status-success span {
    color: #fff !important;
}