@font-face {
    font-family: "Sukar";
    src: url("../fonts/Sukar/Sukar-black/Sukar-black.eot");
    src:
        url("../fonts/Sukar/Sukar-black/Sukar-black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Sukar/Sukar-black/Sukar-black.woff2") format("woff2"),
        url("../fonts/Sukar/Sukar-black/Sukar-black.woff") format("woff"),
        url("../fonts/Sukar/Sukar-black/Sukar-black.ttf") format("truetype"),
        url("../fonts/Sukar/Sukar-black/Sukar-black.svg#Sukar-black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sukar";
    src: url("../fonts/Sukar/Sukar-Bold/Sukar-Bold.eot");
    src:
        url("../fonts/Sukar/Sukar-Bold/Sukar-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Sukar/Sukar-Bold/Sukar-Bold.woff2") format("woff2"),
        url("../fonts/Sukar/Sukar-Bold/Sukar-Bold.woff") format("woff"),
        url("../fonts/Sukar/Sukar-Bold/Sukar-Bold.ttf") format("truetype"),
        url("../fonts/Sukar/Sukar-Bold/Sukar-Bold.svg#Sukar-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sukar";
    src: url("../fonts/Sukar/SukarRegular/SukarRegular.eot");
    src:
        url("../fonts/Sukar/SukarRegular/SukarRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Sukar/SukarRegular/SukarRegular.woff2") format("woff2"),
        url("../fonts/Sukar/SukarRegular/SukarRegular.woff") format("woff"),
        url("../fonts/Sukar/SukarRegular/SukarRegular.ttf") format("truetype"),
        url("../fonts/Sukar/SukarRegular/SukarRegular.svg#SukarRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TS Kufidia Normal";
    src: url("../fonts/TSKufidia/TSKufidia-Normal/TSKufidia-Normal.eot");
    src:
        url("../fonts/TSKufidia/TSKufidia-Normal/TSKufidia-Normal.eot?#iefix") format("embedded-opentype"),
        url("../fonts/TSKufidia/TSKufidia-Normal/TSKufidia-Normal.woff2") format("woff2"),
        url("../fonts/TSKufidia/TSKufidia-Normal/TSKufidia-Normal.woff") format("woff"),
        url("../fonts/TSKufidia/TSKufidia-Normal/TSKufidia-Normal.ttf") format("truetype"),
        url("../fonts/TSKufidia/TSKufidia-Normal/TSKufidia-Normal.svg#TSKufidia-Normal") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TS Kufidia semi Rounded";
    src: url("../fonts/TSKufidia/TSKufidia-semiRounded/TSKufidia-semiRounded.eot");
    src:
        url("../fonts/TSKufidia/TSKufidia-semiRounded/TSKufidia-semiRounded.eot?#iefix") format("embedded-opentype"),
        url("../fonts/TSKufidia/TSKufidia-semiRounded/TSKufidia-semiRounded.woff2") format("woff2"),
        url("../fonts/TSKufidia/TSKufidia-semiRounded/TSKufidia-semiRounded.woff") format("woff"),
        url("../fonts/TSKufidia/TSKufidia-semiRounded/TSKufidia-semiRounded.ttf") format("truetype"),
        url("../fonts/TSKufidia/TSKufidia-semiRounded/TSKufidia-semiRounded.svg#TSKufidia-semiRounded") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #e4c59e;
    --dark-color: #000;
    --light-color: #fff;
}

/******************************/
*:not(ol, ul, hr) {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

p:not(:last-of-type) {
    margin-bottom: 10px;
}

.list-unstyled {
    padding: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="rtl"] body {
    direction: rtl;
}

html[dir="ltr"] body {
    direction: ltr;
}

body {
    font-family: "Sukar";
    color: #fff;
    font-size: 18px;
    text-align: start;
}

/*body.loading-active {*/
/*    overflow: hidden;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

img,
iframe,
video {
    max-width: 100%;
}

label {
    color: #e4c59e;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
#addTopicFormTrain label {
    color: #213555 !important;
}

.form-control {
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #f5f5f7;
    height: 45px;
    background: rgba(244, 244, 244, 0.1);
    text-align: right;
}
html[dir="ltr"] .form-control {
    text-align: left;
}

#formRegister .form-control::placeholder {
    color: #fff;
    border-color: #e4c59e;
}
.form-control:not(:placeholder-shown) {
    color: #e4c59e;
    border-color: #e4c59e;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: #000;
}
.form-control:focus {
    border-color: #e4c59e;
    background: rgba(244, 244, 244, 0.1);
    box-shadow: 0 0 0 0.2rem rgba(228, 197, 158, 0.25);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

.btn-main {
    color: #fff;
    padding: 10px 45px;
    border-radius: 100px;
    background-color: #e4c59eff;
    transition: all 0.5s ease-in-out;
}

.btn-main:hover {
    color: #fff;
    background-color: #e4c59eff;
}

.sec-tit {
    color: #fff;
    margin-bottom: 50px;
    font-size: 48px;
}

.loading {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.loading video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/******************************/
header {
    padding: 25px 0;
    background-color: #000;
}
@media (min-width: 1200px) {
    header .container {
        max-width: 1340px;
    }
}

.head-home {
}

.menu-logo a {
    height: 120px;
}

.menu-logo img {
    max-height: 100%;
}

.icons-menu {
    display: flex;
    align-items: center;
}

.btn-head {
    padding: 12px 15px;
    color: #213555;
    background-color: #e4c59e;
    box-shadow: 0 4px 25px rgba(228, 197, 158, 0.5); /* نفس لون الخلفية بنسبة شفافية */
    font-size: 16px;
    border-radius: 10px;
    margin-inline-end: 10px;

    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.btn-head-1 {
    color: #213555;
    background-color: #e4c59e;
    box-shadow: 0 4px 25px rgba(228, 197, 158, 0.5);
}
.btn-head-2 {
    color: #213555;
    background-color: #d4af37; /* ذهب */
    box-shadow: 0 4px 25px rgba(212, 175, 55, 0.4); /* ظل ناعم بنفس اللون */
}
.btn-head-3 {
    color: #213555;
    background-color: #bfd7ed; /* أزرق فاتح ناعم */
    box-shadow: 0 4px 20px rgba(191, 215, 237, 0.5); /* نفس اللون بشفافية */
}
.btn-head-4 {
    color: #213555;
    background-color: #d6c3e9; /* موف فاتح ناعم */
    box-shadow: 0 4px 20px rgba(214, 195, 233, 0.5); /* نفس اللون بشفافية */
}
.btn-head-5 {
    color: #213555;
    background-color: #f4a261; /* برتقالي دافئ وناعم */
    box-shadow: 0 4px 20px rgba(244, 162, 97, 0.5); /* ظل بنفس اللون بشفافية */
}

.btn.dropdown-toggle {
    color: #e4c59eff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #e4c59eff;
}

.dropdown-menu {
    text-align: start;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #213555;
    background-color: #e4c59eff;
}

.dropdown-toggle::after {
    margin-inline-start: 15px;
    margin-left: 0;
}

/* Mode switcher styles */
.mode-switcher .mode-switch {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4c59eff;
    border-radius: 10px;
    color: #e4c59eff;
    background-color: transparent;
    margin-inline-end: 10px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.mode-switcher .mode-switch span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mode-switcher .mode-switch .sun {
    display: none;
}

.mode-switcher .mode-switch:hover {
    /*color: #fff;*/
    /*background-color: #fff;*/
}

.mode-switcher .switch {
    cursor: pointer;
    margin: 0;
}

.mode-switcher .switch input {
    display: none;
}

.mode-switcher .switch input:checked ~ .mode-switch {
    /*background-color: #fff;*/
    /*color: #80af81;*/
}

.mode-switcher .switch input:checked ~ .mode-switch .moon {
    display: none;
}

.mode-switcher .switch input:checked ~ .mode-switch .sun {
    display: flex;
}

/* Dark mode styles */
body.darkMode {
    /*color: #fff;*/
    /*background-color: var(--dark-color);*/
}

/* Light mode styles */
body:not(.darkMode) {
    /*color: var(--dark-color);*/
    /*background-color: #fff;*/
}

@media (min-width: 992px) {
    .btn-head i {
        margin-inline-end: 5px;
    }
}

@media (max-width: 992px) {
    .btn-head-text {
        display: none;
    }

    .menu-logo {
        margin: auto auto 25px auto;
    }

    .icons-menu {
        justify-content: center;
        width: 100%;
    }
}

/******************************/
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        font-weight: 500;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Sharp";
        font-weight: 400;
        margin-inline-start: 5px;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #d7c3b4;
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #d7c3b4;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        inset-inline-start: 0;
        z-index: 4;
        min-width: 250px;
        background-color: #213555;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.6s ease-in-out;
        list-style: none;
    }

    .nav-list .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .nav-list .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .nav-list .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        content: "\f060";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        content: "\f061";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Duotone";
        font-weight: 900;
        color: #fff;
        position: absolute;
        inset-inline-end: 0;
        transition: all 0.5s ease-in-out;
    }

    .nav-list .sub-menu li:hover > a {
        color: #e5d283;
        border-bottom: 1px solid #e5d283;
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: #e5d283;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
        inset-inline-start: 100%;
    }

    .sub-menu .menu-item-has-children:hover > .sub-menu {
        inset-inline-start: 100%;
    }

    .btn-nav,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .btn-nav {
        color: #fff;
        background-color: #213555;
        width: 44px;
        height: 44px;
        margin-inline-start: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
    }

    .btn-nav:hover,
    .btn-nav:focus {
        background-color: #d7c3b4;
    }

    html[dir="ltr"] .mobile-nav-list {
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        inset-block-end: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        transition: all 0.5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #4f709c;
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item a {
        display: block;
        color: #000;
        padding: 15px;
        font-weight: bold;
        transition: all 0.3s linear;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item a:hover,
    .mobile-nav-list .menu-item.active a {
        color: #4f709c;
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #e5d283;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-inline-start: 1px solid #e5d283;
        text-align: center;
        transform-origin: center;
        transition: all 0.3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: #074799;
    }

    .sub-menu {
        list-style: none;
        padding: 0;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        padding: 15px 25px;
        background-color: #ebf6ff;
    }

    .sub-menu .sub-menu a {
    }

    .trans-none {
        transform: none !important;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        inset-inline-start: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 0.5s ease-in-out;
    }

    html[dir="ltr"] .nav-overlay {
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        transform: translateX(-100%);
    }
}

/******************************/
.main-swiper {
    position: relative;
}

.main-slidItem {
    position: relative;
}

.slidItem-thumb img {
    width: 100%;
    height: 400px;
    position: relative;
    transform: scale(1);
    transition: all 25s ease;
    transform-style: preserve-3d;
}

.main-swiper .swiper-slide-active img {
    transform: scale(1.3);
}

.slidItem-body {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slidItem-des {
    font-family: "TS Kufidia semi Rounded";
}

.slidItem-tit {
    color: #fff;
    font-weight: normal;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
    color: #4f709c;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.main-swiper:hover .swiper-button-next,
.main-swiper:hover .swiper-button-prev {
    color: #e5d283;
    opacity: 1;
    visibility: visible;
}

.main-swiper .swiper-pagination {
    position: static;
}

.main-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #bae8e8;
}

@media (min-width: 992px) {
    .main-swiper .swiper-slide-active .slidItem-des {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: bounceIn;
    }

    @keyframes bounceIn {
        0%,
        20%,
        40%,
        60%,
        80%,
        to {
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
            opacity: 0;
            transform: scale3d(0.3, 0.3, 0.3);
        }
        20% {
            transform: scale3d(1.1, 1.1, 1.1);
        }
        40% {
            transform: scale3d(0.9, 0.9, 0.9);
        }
        60% {
            opacity: 1;
            transform: scale3d(1.03, 1.03, 1.03);
        }
        80% {
            transform: scale3d(0.97, 0.97, 0.97);
        }
        to {
            opacity: 1;
            transform: scaleX(1);
        }
    }

    .slidItem-tit {
        font-size: 120px;
    }
}

@media (max-width: 992px) {
    .slidItem-tit {
        font-size: 52px;
    }
    .slidItem-thumb img {
        object-fit: cover;
    }
}

/******************************/
.departments {
    background-image: url("../images/bg-departments.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 95px 0;
    position: relative;
    z-index: 0;
}

.departments:before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
}

.department-item {
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.department-item-thumb {
    height: 150px;
    border-radius: inherit;
    transition: all 0.5s ease-in-out;
}

.department-item-thumb img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: all 0.5s ease-in-out;
}

.department-item-body {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: #f5efe6;
    transition: all 0.5s ease-in-out;
}

.department-item-tit {
    text-align: center;
    height: 100%;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}

.department-item-url {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 25px;
    transition: all 0.5s ease-in-out;
}

.department-item:hover .department-item-body {
    background-color: transparent;
}

.department-item:hover .department-item-url {
    color: #f5efe6;
}

@media (min-width: 992px) {
    .col-lg-cu-20 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .iti--inline-dropdown .iti__dropdown-content {
        width: 275px !important;
    }
    .department-item-url {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .department-item-url {
        font-size: 24px;
    }
}

/******************************/
.games {
    background-image: url("../images/bg-games.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

.games:before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
}

.game-item {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.game-item-thumb {
    /*height: 250px;*/
    border-radius: inherit;
}

.game-item-thumb img {
    height: 250px;
    width: 100%;
    border-radius: inherit;
    /*object-fit: cover;*/
    /*object-position: center;*/
}

.game-item-body {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 84, 25, 0) 50%, #000 100%);
}

.game-item-url {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 15px;
    position: relative;
}

.game-item-tit {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.game-item-price {
    color: #e4c59eff;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) {
}

@media (max-width: 992px) {
}

/******************************/
.transactions {
    background-image: url("../images/bg-games.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

.transactions:before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
}

.transaction-item {
    border-radius: 50px;
}

.transaction-item-url {
    display: block;
}

.transaction-item-thumb {
    height: 330px;
    border-radius: 50px 0 0 50px;
}

.transaction-item-thumb img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    object-position: center;
}

.transaction-item-body {
    padding: 15px;
    text-align: center;
    background-color: #f5efe6;
    border-radius: 0 0 50px 50px;
}

.transaction-item-tit {
    color: #000;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .transaction-item {
        margin-bottom: 30px;
    }
}

/******************************/
.various {
    background-image: url("../images/bg-games.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.various:before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
}

.streaming {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .streaming .container {
        max-width: 1250px;
    }
}
.stream-item {
    position: relative;
    border-radius: 10px;
}

.stream-item-thumb {
    /*height: 265px;*/
    border-radius: inherit;
}

.stream-item-thumb img {
    height: 225px;
    width: 100%;
    border-radius: inherit;
}

.stream-item-body {
    position: absolute;
    inset: 0;
}

.stream-item-tit {
    height: 100%;
}

.stream-item-popup {
    color: #fff;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 15px;
}

.stream-item-popup:before {
    content: "\f144";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    margin-inline-end: 10px;
}

.stream-item-popup:hover {
    color: #fff;
}

.feature-games {
    padding: 50px 0;
}

@media (min-width: 1200px) {
}

@media (max-width: 992px) {
    .stream-item {
        margin-bottom: 30px;
    }
}

/******************************/
.discussion {
    background-image: url("../images/bg-discussion.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.discussion:before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
}

.testimonials {
    padding: 50px 0 0 0;
}

.testimonial-item {
    position: relative;
    margin-bottom: 55px;
    width: 100%;
}
.testimonial-item:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /*background: rgba(0, 0, 0, .25);*/
    z-index: 0;
    transition: all 0.35s ease-in-out;
}

.testimonial-item-thumb {
    border-radius: 20px;
    border: 1px solid #fff;
}

.testimonial-item-thumb img {
    height: 250px;

    width: 100%;
    border-radius: inherit;
}
.discussion .testimonial-item-body {
    inset: 0;
    text-align: start;
    padding: 10px 15px;
    background: initial;
}
.discussion .testimonial-item:before {
    background: rgba(0, 0, 0, 0.35);
}
.discussion .testimonial-item-tit {
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonial-item-body {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 15px 15px;
}
/*html[dir="ltr"] .testimonial-item-body {*/
/*        right : unset; */
/*        left : 0;*/
/*}*/
.testimonial-item-avatar {
    margin-top: 0;

    margin-bottom: 10px;
}

.testimonial-item-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-item-author-verified {
    color: #1d9bf0;
    margin-inline-start: 10px;
}

.testimonial-item-tit {
    color: #e4c59eff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0;
    margin-bottom: -10px;
}

.testimonial-item-meta {
    font-size: 14px;
    margin-bottom: 5px;
    color: #e4c59e;
    font-weight: bold;
}

.testimonial-item-exp {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: -35px;

    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
}
.testimonial-item:hover .testimonial-item-exp {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.partners {
    padding: 50px 0;
}

.partner-item {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.partner-item img {
    max-height: 100%;
    object-fit: contain;
}

.partner-item:hover {
    transform: translateY(-10px);
}

@media (max-width: 992px) {
    .partner-item {
        margin-bottom: 55px;
    }
}

/******************************/
.footer-main {
    padding: 50px 0;
    background-image: url("../images/bg-footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
footer {
    position: relative;
}
#backToTop {
    position: fixed;
    right: 0;
    top: 60%;
    color: #263856;
    background-color: #d7c3b4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 2;
}

.footer-main:before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
}

.foot-widget-tit {
    color: #d7c3b4;
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-info-item:not(:last-of-type) {
    margin-bottom: 25px;
}

.contact-info-item-icon {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    margin-inline-end: 10px;
}

.contact-info-item-icon img {
    max-height: 100%;
}

.contact-info-item-data {
    color: #fff;
}

.foot-list {
    color: #fff;
    padding-inline-start: 15px;
    margin-bottom: 0;
}

.foot-list-cols {
    column-count: 2;
}

.foot-list li:not(:last-of-type) {
    margin-bottom: 25px;
}

.foot-list li {
}

.foot-list li a {
    color: #fff;
    font-size: 14px;
}

.footer-bar {
    color: #263856;
    font-size: 14px;
}

.footer-bar a {
    color: #263856;
}

.footer-bar-list {
    padding: 0;
    margin-bottom: 0;
}

.footer-bar-list li:not(:last-of-type) {
    margin-inline-end: 10px;
}

.footer-bar-list li {
    display: inline-block;
}

.footer-bar {
    padding: 15px 0;
    color: #263856;
    background-color: #d7c3b4;
}

@media (min-width: 768px) {
    .footer-main [class*="col-"] {
        border-inline-start: 1px solid #e4c59e;
    }
}

@media (max-width: 768px) {
    .footer-main [class*="col-"] {
        border-bottom: 1px solid #e4c59e;
        margin-bottom: 30px;
    }

    .foot-widget {
        margin-bottom: 30px;
    }

    .footer-bar-list {
        margin-bottom: 10px;
    }
}

.fix-icons a {
    position: fixed;
    bottom: 50px;
    z-index: 2;
    height: 80px;
}

.fix-icons img {
    max-height: 100%;
    object-fit: contain;
}

.fix-icon-customer {
    inset-inline-start: 30px;
}

.fix-icon-chat {
    inset-inline-end: 30px;
}

/******************************/
.breadcrumb-area {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.page-games .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.page-games-single .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-single.jpg");
}

.page-games-single-free .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-single-free.jpg");
}

.page-community .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.page-streaming .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.page-games-rating .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.page-trade .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.page-events .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.page-events-single .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-events-single.jpg");
}

.page-chats .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-chats.jpg");
}

.page-chats-single .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-chats.jpg");
}

.page-advertise .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.page-form .breadcrumb-area {
    background-image: url("../images/bg-breadcrumb-games.jpg");
}

.breadcrumb-area,
.breadcrumb-area a {
    color: #fff;
}

.breadcrumb-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.page-tit {
    font-size: 48px;
}

.breadcrumb-links {
    
    display: flex;
    align-items: center;
            flex-wrap: wrap;

    font-size: 24px;
}

.breadcrumb-links li:not(:last-child) {
    margin-inline-end: 15px;
}

.breadcrumb-links li:not(:last-child):after {
    content: " - ";
    margin-inline-start: 15px;
}

.content {
    padding: 70px 0;
    background-color: #000;
    background-image: url("../images/bg-content.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.page-single-game-primary {
    margin-bottom: 50px;
}

.page-single-game-gallery {
    padding: 15px;
    border: 1px solid #d8c4b6;
    border-radius: 10px;
}

.single-game-images {
    margin-bottom: 10px;
}

.single-game-images .swiper-slide {
    width: auto;
    height: 280px;
}

.single-game-images .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
}

.single-game-thumbs .swiper-slide {
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.4;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #d8c4b6;
    border-radius: 10px;
}

.page-single-game-gallery .swiper-button-prev,
.page-single-game-gallery .swiper-button-next {
    color: #d7c3b4;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.page-single-game-gallery:hover .swiper-button-prev,
.page-single-game-gallery:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.single-game-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.single-game-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    border-radius: 10px;
}

.page-single-game-tit {
    color: #d7c3b4;
    font-size: 38px;
    margin-bottom: 30px;
}

.page-single-game-price {
    color: #fff;
    font-size: 18px;
}

.page-single-game-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.single-add-to-cart-button {
    color: #000;
    background-color: #d8c4b6;
    padding: 13.5px 30px;
    border-radius: 10px;
}

.single-add-to-cart-button i {
    margin-inline-end: 5px;
}
.page-single-community-thumb img {
    max-width: 550px;
    max-height: 550px;
    width: 100%;
}
.single-add-to-cart-wishlist {
    color: #000;
    background-color: #d8c4b6;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
}

.page-single-game-description {
    color: #fff;
    margin-bottom: 50px;
}

.page-single-game-photos {
    margin-bottom: 50px;
}

.page-single-game-photos .row {
    gap: 30px 0;
}

.page-single-game-photo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page-single-game-photo a img {
    max-height: 100%;
    width: 100%;
    height: 320px;
}

@media (min-width: 768px) {
    .page-single-game-summary {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-single-game-photo {
        height: 290px;
    }
}
.single-game-rate-item-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.single-game-rate-item-count .game-rate-item-count-num {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .single-game-rate-item-count {
        flex-direction: column;
        justify-content: center;
    }
    .single-game-rate-item-count .game-rate-item-count-num {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .page-single-game-gallery,
    .page-single-game-meta {
        margin-bottom: 30px;
    }

    .page-single-game-photo {
        height: 129px;
    }
}

.page-single-free-game-meta {
    border: 1px solid #d8c4b6;
    border-radius: 10px;
    margin-bottom: 35px;
}

.page-single-free-game-tit {
    color: #fff;
    font-size: 22px;
    padding: 25px;
    margin-bottom: 0;
}

.page-single-free-game-preview {
    color: #000;
    background-color: #d8c4b6;
    font-size: 18px;
    border-radius: 10px;
    display: block;
    padding: 5px 25px;
}

.page-single-free-game-rate {
    text-align: center;
    font-size: 22px;
    color: #f4a93f;
}

.page-single-game-reviews {
    margin-bottom: 50px;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #e4c59e;
    background: rgba(255, 255, 255, 0.05);
}

.page-single-game-review-item:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.page-single-game-review-item-avatar {
    width: 78px;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    max-width: 78px;
    height: 92px;
    margin-inline-end: 10px;
}

.page-single-game-review-item-avatar img {
    max-height: 100%;
}

.page-single-game-review-item-body {
    width: calc(100% - 88px);
    -ms-flex: 0 0 calc(100% - 88px);
    flex: 0 0 calc(100% - 88px);
    max-width: calc(100% - 88px);
}

.page-single-game-review-item-meta {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e4c59e;
}

.page-single-game-review-item-name {
    color: #d7c3b4;
}

.page-single-game-review-item-meta-dash {
    margin: 0 5px;
}

.page-single-game-review-item-author-verified {
    color: #1d9bf0;
}

.page-single-game-review-item-comment {
    color: #fff;
    font-size: 16px;
}

.page-single-game-review-respond {
    margin-bottom: 50px;
}

.page-single-game-review-respond-head {
    margin-bottom: 35px;
}

.rating-container .caption {
    display: none;
}

.page-single-game-review-respond-head .star {
    font-size: 18px;
}

.rating-container .filled-stars {
    color: #f4a93f;
    text-stroke: 0;
    text-shadow: none;
}

.rating-container .empty-stars {
    color: #f4a93f;
}

.rating-disabled .rating-stars {
    cursor: auto !important;
}

.page-single-game-review-respond-tit {
    margin-bottom: 0;
    color: #fff6f6;
    font-size: 24px;
}

.page-single-game-review-respond-body {
    position: relative;
}

.page-single-game-review-respond-comment {
    color: #a4a4a4;
    font-size: 16px;
    height: 100px;
    width: 100%;
    padding: 15px;
    padding-inline-end: 55px;
    display: block;
    border-radius: 20px;
    background-color: #fff;
}

.btn-single-game-review-respond {
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #e4c59e;
    position: absolute;
    inset-inline-end: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.page-single-community-thumb {
    margin-bottom: 60px;
    text-align: center;
}

.page-single-community-meta {
    margin-bottom: 50px;
}

.share-post {
    display: flex;
    align-items: center;
}

.btn-share-post {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: transparent;
    font-size: 25px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-share-post.open {
    transform: rotate(180deg);
    color: #e4c59e;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(225, 225, 225, 0.2);
}

.social-media-icons {
    display: flex;
    align-items: center;
    opacity: 0;
    position: relative;
    z-index: -1;
    transition: all 0.3s ease;
}

.social-media-icons.show {
    opacity: 1;
    z-index: 1;
}

.social-media-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #e4c59e;
    opacity: 0;
    transform: translateX(-20px);
    margin-inline-end: 5px;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    /* Stagger the delay based on the position of the icon */
    transition-delay: calc(0.1s * var(--i));
}

.social-media-icons.show a {
    opacity: 1;
    transform: translateX(0);
}

.page-single-community-author-avatar {
    width: 78px;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    max-width: 78px;
    height: 92px;
    margin-inline-end: 10px;
}

.page-single-community-author-avatar img {
    max-height: 100%;
}

.page-single-community-author-body {
    width: calc(100% - 88px);
    -ms-flex: 0 0 calc(100% - 88px);
    flex: 0 0 calc(100% - 88px);
    max-width: calc(100% - 88px);
}

.page-single-community-author-name {
    color: #d7c3b4;
    font-size: 28px;
}

.page-single-community-author-publish {
    color: #fff;
    font-size: 28px;
}

/******************************/
.stream-block {
    margin-bottom: 30px;
    border-radius: 10px;
}

.stream-block-popup {
    display: block;
}

.stream-block-thumb {
    /*height: 300px;*/
    position: relative;
    margin-bottom: 20px;
}

.stream-block-thumb:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.stream-block-thumb img {
    height: 225px;

    max-height: 100%;
    border-radius: 10px;
}

.stream-block-body {
}

.stream-block-avatar {
    width: 78px;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    max-width: 78px;
    height: 92px;
    margin-inline-end: 10px;
}

.stream-block-avatar img {
    max-height: 100%;
}

.stream-block-data {
    width: calc(100% - 88px);
    -ms-flex: 0 0 calc(100% - 88px);
    flex: 0 0 calc(100% - 88px);
    max-width: calc(100% - 88px);
}

.stream-block-tit {
    color: #e4c59e;
    font-size: 18px;
    margin-bottom: 0;
}

.stream-block-name {
    color: #fff;
    font-size: 22px;
}

/******************************/
.game-rate-item {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
.game-rate-item:before {
    background: rgba(0, 0, 0, 0.6);

    border-radius: 10px;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.game-rate-item-thumb {
    border-radius: inherit;
}

.game-rate-item-thumb img {
    max-height: 100%;
    width: 100%;
    height: 250px;
    border-radius: inherit;
    object-fit: cover;
}

.game-rate-item-body {
    border-radius: inherit;
}
.game-rate-item-data {
    position: absolute;
    top: 20px;
    right: 15px;
}
.game-rate-item-url {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.game-rate-item-count-num {
    display: inline-block;
    padding: 5px;
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    background-color: #d8c4b6;
    margin-bottom: 5px;
}

.rating-md {
    font-size: 14px;
}

.game-rate-item-vote {
    color: #f4a93f;
}

.game-rate-item-vote .star {
    font-size: 14px;
}

.game-rate-item-tit {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}

/******************************/
.trade-item {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.trade-item-thumb {
    height: 390px;
    border-radius: inherit;
}

.trade-item-thumb img {
    max-height: 100%;
    width: 100%;
    border-radius: inherit;
}

.trade-item-body {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(0, 84, 25, 0) 0%, #000 100%);
}

.trade-item-url {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.trade-item-price-num {
    display: inline-block;
    padding: 5px;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    background-color: #d8c4b6;
}

.trade-item-tit {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

.trade-item-name {
    color: #e4c59e;
    font-size: 16px;
    margin-bottom: 0;
}

/******************************/
.event-item {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.event-item-thumb {
    /*height: 300px;*/
    border-radius: inherit;
}

.event-item-thumb img {
    width: 100%;
    height: 225px;
    border-radius: inherit;
}

.event-item-body {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(0, 84, 25, 0) 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
}

.event-item-avatar {
    margin-inline-end: 10px;
    border: 1px solid #e4c59e;
    border-radius: 100%;
}

.event-item-avatar img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.event-item-data {
    width: calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
}

.event-item-name {
    color: #e4c59e;
    font-size: 22px;
    margin-bottom: 10px;
}

.event-item-url {
    color: #fff;
}

.event-item-url:hover {
    color: #fff;
}

/******************************/
.page-single-event-wrap {
    display: grid;
    grid-template-areas: "overlap";
    position: relative;
    margin-bottom: 50px;
}

.page-single-event-thumb {
    grid-area: overlap;
    border-radius: 10px;
}

.page-single-event-thumb img {
    border-radius: inherit;
}

.page-single-event-meta {
    grid-area: overlap;
    align-self: end;
    z-index: 2;
    padding: 15px;
}

.page-single-event-author-avatar {
    width: 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    margin-inline-end: 10px;
    border: 1px solid #e4c59e;
    border-radius: 100%;
}

.page-single-event-author-avatar img {
    border-radius: 100%;
}

.page-single-event-author-name {
    color: #e4c59e;
    font-size: 28px;
    margin-bottom: 0;
}

.event-feed-play {
    margin-inline-start: 15px;
}

.event-feed-play a {
    color: #e4c59e;
    font-size: 34px;
}

.page-single-event-data {
    color: #fff;
    border-radius: 10px;
    border: 1px solid #e4c59e;
    background: rgba(255, 255, 255, 0.05);
    padding: 50px 30px;
}

.page-single-event-data-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.page-single-event-data-info .table thead th {
    color: #e4c59e;
    font-weight: 900;
    font-size: 15px;
}

.page-single-event-data-info .table td,
.page-single-event-data-info .table th {
    border: 0;
    font-size: 16px;
}

.page-single-event-data-des {
    margin-bottom: 50px;
}

/******************************/
.chats-categories-search {
    margin-bottom: 50px;
}
.chats-categories-search form {
     border: 1px solid #e4c59eff;
}

.chats-categories-search-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chats-categories-search-wrap {
    display: flex;
    align-items: center;
}

.chats-categories-search-input {
    /*-ms-flex: 0 0 calc(100% - 100px);*/
    /*flex: 0 0 calc(100% - 100px);*/
    /*max-width: calc(100% - 100px);*/
    width: 90%;
    height: 45px;
    color: #000;
    background-color: #fff;
    text-indent: 15px;
}

.chats-categories-search-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #213555;
    background-color: #e4c59eff;
}
.add-news-btn {
    color: #213555;
    background-color: #e4c59eff;
    padding: 10px 35px;
    font-weight: bold;
}
.chat-item {
    display: grid;
    grid-template-areas: "overlap";
    position: relative;
    border-radius: 20px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.chat-item-thumb {
    grid-area: overlap;
    height: 150px;
    overflow: hidden;
    border-radius: inherit;
}

.chat-item-thumb img {
    max-height: 100%;
    width: 100%;
    border-radius: inherit;
    transition: all 0.5s ease-in-out;
}

.chat-item-body {
    grid-area: overlap;
    align-self: center;
    z-index: 2;
    padding: 15px;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.6);
}

.chat-item-data {
    height: 100%;
}

.chat-item-avatar {
    width: 60px;
    border-radius: 100%;

    height: 60px;
    margin-inline-end: 10px;
    border: 1px solid #e4c59e;
    transition: all 0.5s ease-in-out;
}

.chat-item-avatar img {
    width: 60px;
    border-radius: 100%;

    height: 60px;
    border-radius: inherit;
}

.chat-item-info {
    width: calc(100% - 70px);
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    color: #d7c3b4;
    font-size: 20px;
}

.chat-item-status {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #0bbf41;
    position: absolute;
    top: 15px;
    inset-inline-end: 15px;
}

.chat-item:hover .chat-item-thumb img {
    transform: scale(1.1);
}

.chat-item:hover .chat-item-avatar {
    transform: rotateY(360deg);
}

@media (min-width: 768px) {
    .chats-categories-search-wrap {
        margin: auto;
    }
}

/******************************/
.content-container-border {
    border-radius: 10px;
    border: 1px solid #e4c59e;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 45px 30px;
}

.chat-messages {
    height: 750px;
    overflow-y: auto;
    margin-bottom: 50px;
}

.chat-messages::-webkit-scrollbar {
    width: 8px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.chat-messages::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}
.stream-block-url {
    background: #e4c59e !important;
    border: 1px solid #e4c59e !important;
    color: #213555 !important;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    border-radius: 15px;
}
@-moz-document url-prefix() {
    .chat-container {
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
    }
}

.message:not(:last-of-type) {
    margin-bottom: 5px;
}

.message {
    display: flex;
}

.message.message-received {
    align-items: end;
}

.chat-user-message-content {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 5px;
}

.message-received {
    flex-direction: row-reverse;
    margin-inline-start: auto;
}

.message-sent .chat-user-avatar {
    margin-inline-end: 10px;
}

.message-received .chat-user-avatar {
    margin-inline-start: 10px;
}

.message-received .chat-user-name {
    text-align: end;
}

.chat-user-name {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

.chat-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.chat-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}

.chat-user-message-action {
    font-size: 12px;
    align-items: center;
}

.chat-user-message-date {
    color: #ddd;
}

.chat-user-message-report {
    font-weight: 900;
    color: #ff0034;
    margin-inline-start: 5px;
}
.chat-user-message-report a {
    margin-bottom: 0 !important;
}
.chat-form {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

.chat-form form {
    display: flex;
    align-items: center;
}

.chat-input {
    color: #424242;
    padding: 10px;
    height: 70px;
    width: calc(100% - 50px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-chat-input {
    width: 50px;
    height: 50px;
    color: #d7c3b4;
    background-color: #fff;
}

.btn-chat-input i {
    transform: rotate(175deg);
}

/******************************/
.page-data {
    color: #fff;
}

.page-contact-info {
    margin-top: 50px;
}

.page-contact-info .contact-info-item:not(:last-of-type) {
    margin-bottom: 0;
    margin-inline-end: 25px;
}

/******************************/
textarea.form-control.form-textarea {
    height: 235px;
}

.btn-submit {
    text-align: start;
    color: #000;
    padding: 10px 0;
    padding-inline-start: 20px;
    padding-inline-end: 85px;
    background-color: #e4c59e;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.btn-submit:after {
    content: "\e09d";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    color: #000;
    transform: translateY(-50%) rotate(0deg);
    inset-inline-end: 15px;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.btn-submit:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #213555;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}

.btn-submit:hover {
    color: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}

.btn-submit:hover:after {
    color: #fff;
    transform: translateY(-50%) rotate(-45deg);
}

.btn-submit:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.uploadBox input {
    display: none;
}

.uploadBox label {
    height: 45px;
    padding: 15px;
    background-color: rgba(244, 244, 244, 0.1);
    border: 1px solid #f5f5f7;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.upload-icon {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.uploadBox label:hover,
.uploadBox label.file-uploaded {
    color: #000;
    background-color: #e4c59e;
}

.uploadBox label:hover .upload-icon,
.uploadBox label.file-uploaded .upload-icon {
    color: #000;
}

option {
    color: #fff;
    background-color: #e4c59e;
}

option:hover {
    color: #fff;
    background-color: #213555;
}

option:checked {
    color: #fff;
    background-color: #213555;
}

.form-url {
    color: #fff;
}

.form-url a {
    color: #e4c59e;
}

.form-url-forget {
    margin-top: 30px;
}

.form-url-forget a {
    color: #ff1010;
}

.page-form-head {
    margin-bottom: 35px;
}

/******************************/

.otp-fields {
    display: flex;
    justify-content: space-between;
    direction: ltr;
    gap: 10px;
    margin-bottom: 35px;
}

.otp-fields input {
    flex: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #e4c59e;
    background: rgba(244, 244, 244, 0.1);
    font-size: 26px;
    padding: 10px;
    text-align: center;
    color: #e4c59e;
}

.otp-fields input:focus {
    box-shadow: 0 0 2px 2px #e4c59e;
}

/******************************/
.termsAndConditions {
    margin-bottom: 25px;
}

.termsAndConditions a {
    color: #e4c59e;
}

html[dir="rtl"] .custom-control {
    padding-right: 1.5rem;
}

html[dir="rtl"] .custom-control-label::before {
    right: -1.5rem;
}

html[dir="rtl"] .custom-control-label::after {
    right: -1.5rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e4c59e;
}

/******************************/
/*new style */
/******************************/
.icons-menu .dropdown .dropdown-toggle img {
    max-width: 20px;
    max-height: 20px;
    border-radius: 50%;
}

.icons-menu .dropdown .dropdown-toggle span {
    font-size: 14px;
    font-weight: bold;
    padding-inline-start: 2px;
    color: #213555;
}
.loading-close {
    position: absolute;
    /*top: 20px;*/
    /*right: 0;*/
    /*background: #E4C59E;*/
    /*color: #213555;*/
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    /*border-radius: 30px;*/
    /*width: 180px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    text-align: center;
    /*transform: scale(1.05);*/

    display: none;
    transition: all 0.3s ease;
    /*animation: glowing 2s ease-in-out infinite;*/
}

/*@keyframes glowing {*/
/*    0% {*/
/*        box-shadow: 0 0 5px #E4C59E, 0 0 10px #E4C59E, 0 0 15px #E4C59E;*/
/*    }*/
/*    50% {*/
/*        box-shadow: 0 0 15px #E4C59E, 0 0 25px #E4C59E, 0 0 35px #E4C59E;*/
/*    }*/
/*    100% {*/
/*        box-shadow: 0 0 5px #E4C59E, 0 0 10px #E4C59E, 0 0 15px #E4C59E;*/
/*    }*/
/*}*/

.modal-mac {
    position: relative;
    background: rgba(0, 0, 0, 0.85);
}
.modal-mac .close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #e4c59e !important;
    color: #faf8f3 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.swal2-confirm {
    background: #213555 !important;
    color: #e4c59e !important;
}
.modal-mac .modal-dialog .modal-content {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* لدعم Safari */
    border-radius: 10px; /* اختياري */
    padding: 20px;
}
.modal-mac .modal-title {
    color: #213555;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.modal-mac .modal-body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.modal-mac .mod-btn {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c72b1;
    border-color: #2c72b1;
    color: #fff !important;
}

.modal-mac .mod-btn.btn-danger {
    background-color: #ac371c;
    border-color: #ac371c;
}
.back-btn {
    position: fixed;
    top: 20px;
    left: 0;
    background: #213555 !important;
    color: #e4c59e !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 999;
}
.page-single-game-price-rate {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.page-single-game-price-rate div {
    margin: 0 2px;
}
.page-single-game-price-rate .icon {
    color: #f4a93f;
}
.page-single-game-price-rate .vote span:first-of-type {
    color: #e4c59e;
}
.index-item {
    position: relative;
    transition: all 0.35s ease-in-out;
    display: block;
    width: 100%;
}
.index-item:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
    transition: all 0.35s ease-in-out;
}
.index-item:hover:before {
    background: rgba(0, 0, 0, 0.6);
}

.index-item .game-item-url-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px 0;
    z-index: 2;
    transition: all 0.35s ease-in-out;
}
.index-item:hover .game-item-url-content {
    bottom: 30px;
    transition: all 0.35s ease-in-out;
}
.index-item .game-item-url-content .hvr-desc {
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    color: #fff;
    font-size: 16px;
}
.index-item:hover .game-item-url-content .hvr-desc {
    opacity: 1;
    visibility: visible;
    transition: all 0.35s ease-in-out;
}
.index-item .rate {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #e4c59e;
    padding: 5px 8px;
    font-size: 12px;
}
.index-item .rate .icon {
    color: #f4a93f;
}
.event-item.index-item:before,
.event-item.index-item .game-item-url-content {
    /*height: 300px;*/
}
.news-event-item-avatar {
    position: absolute;
    bottom: 0px;
}
.event-item-data.game-item-url-content {
    bottom: unset;
    top: 0;
    padding: 10px;
}
.page-single-exp-price {
    background: #213555 !important;
    color: #e4c59e !important;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    z-index: 999;
}
.page-single-exp-price span {
    margin: 0 5px;
}

.table-responsive {
    overflow-x: unset !important;
}
.modal-title {
    color: #213555 !important;
}

.add-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 50px;
    font-size: 18px !important;
    font-weight: bold;
    color: #213555 !important;
    background-color: #e4c59eff !important;
}
.add-btn h3 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.select2-results__option {
    color: #ba986e !important;
}
.live-content {
    display: block;
    width: 100%;
}
.price-symbol {
    width: 30px !important;
    height: 30px !important;
}
.search-fil {
        border-left: 1px solid #000;
            padding: 0 5px;
        width: 100%;
}
.search-fil:last-of-child  {
        border-left: 0px solid #000;
}
@media (min-width: 991px){
    .chats-categories-search-btn{
            width: 20%;
    }
    .chats-categories-search-btn.chats-categories-search-btn-res{
        width: 10%;
    }
}
@media (max-width: 768px) {
    .page-single-event-data-info .table td,
    .page-single-event-data-info .table th {
        border: 0;
        font-size: 12px;
        padding: 5px;
    }
    .page-single-free-game-preview {
        font-size: 14px;
        border-radius: 10px;
        display: block;
        padding: 5px 10px;
        text-align: center;
    }
    .page-single-event-data-des p,
    .page-single-event-data-des span {
        font-size: 16px !important;
    }
    .btn-head {
        padding: 12px 10px;
    }
    .nav-link {
        padding: 12px 10px;
        position: relative;
    }
    .badge-warning {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
    }
    .dropdown-toggle::after {
        margin-inline-start: 3px;
        margin-left: 0;
    }
    .breadcrumb-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart-toggle,
    .cart-toggle:hover {
        padding: 9.2px 5px;
    }
    .btn.dropdown-toggle {
        padding: 10px 2px;
    }
}
