:root {
    --base: #f5071a;
    --base-secondary: #f50707;
    --base-rgba: rgba(255, 133, 3, 0.6);
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Orbitron";
    src: url("../fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #0c0c0c;
    background-size: cover;
    background-position: center;
    font-family: "Inter", "KdamThmorPro", sans-serif;
    font-size: 14px;
    color: #f3f6f4;
}

h1,
h2,
h3 {
    font-family: "Orbitron", sans-serif;
    color: #f3f6f4;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

h4,
h5 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #f3f6f4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}
a {
    text-decoration: none;
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--base);
    box-shadow: 0 0 0 0rem var(--base);
}

.service-section {
    padding: 30px 0 0
}
.custom-dropdown {
        margin-left: 40px; /* Adjust the value as needed */
}
.single-service {
    background: #302f2f;
    padding: 20px 20px 20px;
    height: 100%;
    border-radius: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-service img {
    height: 60px;
    margin-bottom: 10px
}

.single-service:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .05);
}
.single-service.single-service2 {
    padding: 15px 15px 15px
}

.single-service.single-service2 {
    display: flex;
    align-items: center;
    text-align: left
	text-color: #ffffff;
}

.single-service.single-service2 .content {
    flex: 1;
    text-align: left
}

.single-service.single-service2 .content h6 {
    font-weight: 500;
    font-size: 17px;
}
.sright-image {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 205px;
    margin-bottom: 30px;
    border-radius: 10px;
    display: block;
}
.text-body {
    color: #f3f6f4 !important
}
.sright-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}
.sright-image .inner-content {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.sright-image .inner-content p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.sright-image .inner-content h4 {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #fff;
}

.sright-image img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.text-muted {
    color: #f3f6f4 !important
}
.text-sm {
    font-size: 13px
}

.sright-image:hover img {
    transform: scale(1.1);
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage::after {
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    content: '.';
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity .4s ease;
    opacity: 0
}

.owl-carousel .owl-item .from-bottom,
.owl-carousel .owl-item .from-left,
.owl-carousel .owl-item .from-right,
.owl-carousel .owl-item .from-top,
.owl-carousel .owl-item .scale-down,
.owl-carousel .owl-item .scale-up {
    transition: all .45s .3s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-carousel .owl-item .from-top {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px)
}

.owl-carousel .owl-item .from-bottom {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px)
}

.owl-carousel .owl-item .from-left {
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px)
}

.owl-carousel .owl-item .from-right {
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px)
}

.owl-carousel .owl-item .scale-up {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.owl-carousel .owl-item .scale-down {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.owl-carousel .owl-item .delay-1 {
    transition-delay: .5s
}

.owl-carousel .owl-item .delay-2 {
    transition-delay: .7s
}

.owl-carousel .owl-item .delay-3 {
    transition-delay: .9s
}

.owl-carousel .owl-item .delay-4 {
    transition-delay: 1.1s
}

.owl-carousel .owl-item.active .from-bottom,
.owl-carousel .owl-item.active .from-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.owl-carousel .owl-item.active .from-left,
.owl-carousel .owl-item.active .from-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.owl-carousel .owl-item.active .scale-down,
.owl-carousel .owl-item.active .scale-up {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.owl-carousel .owl-item>img {
    display: block;
    width: 100%
}

.owl-carousel .owl-item>img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block;
    height: auto;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-carousel .owl-dots {
    display: block;
    width: 100%;
    margin-top: 18px;
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    transition: opacity .25s;
    border-radius: 50%;
    background-color: #505050;
    opacity: .33
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -43px;
    transition: opacity .3s;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    color: #232323;
    line-height: 44px;
    text-align: center;
    opacity: .75
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
    opacity: 1
}

.owl-carousel .owl-next::before,
.owl-carousel .owl-prev::before {
    font-family: feather;
    font-size: 18px
}

.owl-carousel .owl-prev {
    left: 20px
}

.owl-carousel .owl-prev::before {
    content: '\e92f'
}

.owl-carousel .owl-next {
    right: 20px
}

.owl-carousel .owl-next::before {
    content: '\e930'
}

.owl-carousel.large-controls .owl-next,
.owl-carousel.large-controls .owl-prev {
    width: 54px;
    height: 54px;
    margin-top: -47px;
    border-radius: 6px;
    line-height: 52px
}

.owl-carousel.large-controls .owl-prev {
    left: 30px
}

.owl-carousel.large-controls .owl-next {
    right: 30px
}

.owl-carousel.dots-inside .owl-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-bottom: 24px
}

.owl-carousel.dots-inside .owl-dots .owl-dot {
    background-color: #fff;
    opacity: .5
}

.owl-carousel.dots-inside .owl-dots .owl-dot.active {
    opacity: 1
}

.owl-carousel.dots-inside .owl-next,
.owl-carousel.dots-inside .owl-prev {
    margin-top: -23px
}

.owl-carousel.dots-inside.large-controls .owl-next,
.owl-carousel.dots-inside.large-controls .owl-prev {
    margin-top: -27px
}

.owl-carousel .widget {
    margin-bottom: 0
}

.owl-carousel .widget.widget-featured-posts>.entry {
    margin-bottom: 0
}

.no-js .owl-carousel {
    display: block
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}
.section-title {
    border-bottom: 2px solid #5b5b5b;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.section-title h2 {
    padding-bottom: 12px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    position: relative
}

.section-title h2::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background: #f51f07
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
}

.section-title a.btn {
    margin: 0 !important;
    padding: 0 15px;
    height: 30px;
    line-height: 30px
}

.section-title .links a {
    color: #444;
    margin-left: 20px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.section-title .links a::before {
    position: absolute;
    content: '';
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 2px;
    background: red;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.section-title .links a.active,
.section-title .links a:hover {
    color: red
}

.section-title .links a.active::before,
.section-title .links a:hover::before {
    opacity: 1
}
.section-title .right_link {
    color: #f51f07;
    margin-left: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 500;
}

.section-title .right_link i {
    position: relative;
    top: 2px;
}
.genius-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.genius-banner .inner-content {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.genius-banner .inner-content p {
    font-size: 18px;
    font-weight: 600;
    color: #377dff;
    margin-bottom: 5px;
}

.genius-banner .inner-content h4 {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.genius-banner img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.genius-banner:hover img {
    transform: scale(1.1);
}
.gateway_image {
    width: 324px
}

.game-btn,
.game-btn-sm {
    background: linear-gradient(125deg, var(--base-secondary) 36%, var(--base) 36%);
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 270px;
    display: inline-block;
    text-decoration: none;
    height: 60px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%);
}

.game-btn img,
.game-btn-sm img {
    position: relative;
    right: -10px;
    padding-bottom: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.game-btn::before,
.game-btn-sm::before {
    content: "";
    position: absolute;
    background: var(--base-secondary);
    width: 110%;
    height: 100%;
    left: -80%;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
    -webkit-transform: skewX(-37deg);
    transform: skewX(-37deg);
}

.game-btn:hover img,
.game-btn-sm:hover img {
    right: -20px;
}

.game-btn:hover::before,
.game-btn-sm:hover::before {
    left: 0;
}

.game-btn-sm {
    width: 155px;
    height: 48px;
}
.deal-of-day-section .countdown {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    background: red;
    padding: 3px 20px 6px;
    border-radius: 50px;
}

.deal-of-day-section .countdown span {
    display: inline-block;
    text-align: center;
    color: #fff;
    min-width: auto;
    padding: 0;
    border-radius: 0;
    margin-right: 7px;
    font-size: 14px
}

.deal-of-day-section .countdown span:last-child {
    margin-right: 0
}

.deal-of-day-section .countdown span small {
    display: inline-block;
    background: none;
    color: #fff;
    margin-top: 0px;
    padding: 0;
    margin-left: 3px;
}
.countdown {
    display: inline-block
}

.countdown::after {
    display: block;
    clear: both;
    content: ''
}

.countdown .item {
    display: block;
    margin: 7px;
    float: left;
    text-align: center
}

.countdown .item .days,
.countdown .item .hours,
.countdown .item .minutes,
.countdown .item .seconds {
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    font-size: 20px;
    line-height: 46px
}

.countdown .item .days_ref,
.countdown .item .hours_ref,
.countdown .item .minutes_ref,
.countdown .item .seconds_ref {
    font-size: 12px
}

.countdown.countdown-inverse .item .days,
.countdown.countdown-inverse .item .hours,
.countdown.countdown-inverse .item .minutes,
.countdown.countdown-inverse .item .seconds {
    border-color: rgba(255, 255, 255, .13);
    background-color: transparent;
    color: #fff
}

.countdown.countdown-inverse .item .days_ref,
.countdown.countdown-inverse .item .hours_ref,
.countdown.countdown-inverse .item .minutes_ref,
.countdown.countdown-inverse .item .seconds_ref {
    color: rgba(255, 255, 255, .8)
}

.header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px 50px 5px;
    text-align: center;
}
.header-text h2 {
    text-transform: uppercase;
    position: relative;
}

.header-text-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 5px 50px 5px;
}

.header-text-link h2 {
    text-transform: uppercase;
}

.header-text-link a {
    color: var(--base);
    text-decoration: none;
    text-transform: uppercase;
}

.header-text-link a img {
    position: relative;
    right: -10px;
    padding-bottom: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-text-link a i {
    position: relative;
    top: 2px;
    right: -5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 20px;
}

.header-text-link a:hover img {
    right: -20px;
}

.navbar {
    padding: 0px 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.navbar .navbar-brand img {
    max-width: 106px;
    max-height: 98px;
}

.navbar .navbar-toggler {
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 6px;
    background: var(--base-secondary);
    clip-path: none;
    -webkit-clip-path: none;
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0rem;
    box-shadow: 0 0 0 0rem;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 7.5px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 0;
    border: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle {
    width: 120px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown i {
    margin-left: 5px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #f3f6f4;
    font-size: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--base);
    background: transparent;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    color: #f3f6f4;
    text-decoration: none;
    background-color: var(--base);
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #f3f6f4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    clip-path: none;
    -webkit-clip-path: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::after, .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
    color: var(--base);
    border: 2px solid var(--base);
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: var(--base);
}

.navbar .navbar-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 45px;
}

.navbar .navbar-text .notification-icon {
    margin-right: 20px;
    margin-top: 14px;
    background: none;
    padding: 0;
    border: none;
}

.navbar .navbar-text .notification-icon .badge {
    position: relative;
    right: 14px;
    bottom: 10px;
    background: var(--base);
    color: #fff;
    border-radius: 10px;
    line-height: 0.9;
    padding: 5px 6px 3px 6px;
}

.navbar .navbar-text .user-icon {
    margin-top: 14px;
    background: none;
    padding: 0;
    border: none;
}

.navbar .navbar-text .game-btn-sm {
    font-size: 14px;
}

.navbar .navbar-text .game-btn-sm img {
    left: -10px;
}

.navbar .user-panel .user-drop-dropdown {
    /*background: #fff;*/
    background: rgb(27, 15, 35);
    border: 1px solid var(--base);
    background-size: cover;
    position: absolute;
    top: 80px;
    width: 180px;
    min-height: 140px;
    right: 0;
    padding: 10px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
    z-index: 2;
}

.navbar .user-panel .user-drop-dropdown ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar .user-panel .user-drop-dropdown ul li {
    list-style: none;
    padding: 10px 20px;
}

.navbar .user-panel .user-drop-dropdown ul li a {
    /*color: #0b0231;*/
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .user-panel .user-drop-dropdown ul li a:hover {
    color: var(--base);
}

.navbar .user-panel .user-drop-dropdown ul lia:hover {
    background-color: rgb(24 13 30 / 60%);
    color: #fff;
}


.navbar .user-panel:hover .user-drop-dropdown {
    visibility: visible;
    opacity: 1;
}

.navbar .notification-panel {
    position: relative;
}

.navbar .notification-panel .notifications {
    background: rgba(27, 15, 35, 0.62);
    border: 1px solid var(--base);
    background-size: cover;
    position: absolute;
    top: 70px;
    width: 300px;
    right: 0;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
    z-index: 2;
    overflow: hidden;
}

.navbar .notification-panel .notifications .notification:last-child {
    padding-bottom: 25px;
}

.navbar .notification-panel .notifications .notification-box {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
}


.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar {
    width: 5px;
    height: 80px;
}

.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 100px;
}

.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 6px;
}

.navbar .notification-panel .notifications .notification-box::-webkit-scrollbar-thumb:hover {
    background: var(--base);
}

.navbar .notification-panel .notifications .notification {
    padding: 10px 15px;
    border-bottom: 1px solid var(--base);
    width: 100%;
}

.navbar .notification-panel .notifications .notification a {
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
}

.navbar .notification-panel .notifications .notification span {
    color: var(--base);
    font-size: 12px;
}

.navbar .notification-panel .notifications .notification .img-box {
    background: var(--base);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    padding: 7px 10px;
    margin-right: 10px;
}

.navbar .notification-panel .notifications .notification .img-box i {
    font-size: 24px;
    color: #fff;
}

.navbar .notification-panel .notifications .clear-notification {
    position: absolute;
    /*border-top: 1px solid var(--base);*/
    color: var(--base);
    text-align: center;
    padding: 15px 20px 10px 20px;
    display: inline-block;
    bottom: 0;
    left: 0;
    background: rgb(27, 15, 35);
    width: 100%;
}

.navbar .notification-panel:hover .notifications {
    visibility: visible;
    opacity: 1;
}

.navbar .notification-icon:hover + .notification-panel {
    opacity: 1;
    z-index: 0;
}

.navbar.active {
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.banner {
    width: 1200px;
    height: 400px; /* 100% of the viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 80px;
	margin-top: 120px;
	
}

.banner .text-box {
    text-align: center;
    margin-bottom: 300px;
}
.d-inline-block img {
    width: 100%
}		
.owl-height {
    transition: height .5s ease-in-out
}

.slider-area-wrapper {
    margin-top: 30px;
}
.slider-area-wrapper .item-inner {
    max-width: 50%
}

.slider-area-wrapper .item-inner .brand-logo {
    max-height: 40px;
    max-width: 160px;
    margin-bottom: 25px
}

.slider-area-wrapper .item-inner .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0
}

.slider-area-wrapper .item-inner .subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 500;
}


.hero-slider {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.hero-slider .item {
    overflow: hidden;
    height: 440px;
    display: flex;
    align-items: center;
    padding: 0 60px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.hero-slider .owl-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    color: #377dff;
    line-height: 30px;
    opacity: 0 !important
}

.hero-slider:hover .owl-carousel .owl-nav div {
    opacity: 1 !important
}

.hero-slider .owl-carousel .owl-prev {
    left: 10px;
}

.hero-slider .owl-carousel .owl-next {
    right: 10px
}
@media (max-width:575px) {
    .slider-area-wrapper .item-inner {
        max-width: 100%;
        width: 100%
    }

    .hero-slider .item {
        height: 370px;
        padding: 0 30px
    }

    .hero-slider>.owl-carousel.dots-inside .owl-dots {
        left: 50%;
        transform: translateX(-50%)
    }

    .site-header .site-branding .site-logo>img {
        width: 100px
    }
}

.shaped-banner {
    /* Create a rounded shape */
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    /* Add background color or image */
    background: url(../images/body.jpg);
}

.banner .text-box h1 {
    font-size: 100px;
    text-shadow: -4px 6px #ff7843;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.banner .text-box h5 {
    text-transform: uppercase;
    letter-spacing: 30px;
    text-shadow: -15px 3px rgba(255, 255, 255, 0.1);
}

.search-area {
    padding: 150px 0 100px 0;
}

.search-area .input-box {
    margin: 0 5px;
    padding: 75px;
    background: url(../images/abstract-orange-shapes.jpg);
    background-size: cover;
    position: relative;
    border-radius: 10px;
}

.search-area .input-box .spartan {
    max-width: 400px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 10px;
    z-index: 0;
}

.search-area .input-group {
    max-width: 600px;
    margin: auto;
    z-index: 1;
}

.search-area .input-group .form-control {
    border: none;
    background: rgba(0, 0, 0, 0.4);
    caret-color: #fff;
    padding: 12px 24px;
}

.search-area .input-group .form-control:focus {
    color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem var(--base);
    box-shadow: 0 0 0 0rem var(--base);
}

.search-area .input-group .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-area .input-group .form-select {
    border: none !important;
    border-radius: 0;
    border-right: 0px !important;
    padding-top: 3px;
    color: var(--base);
    text-transform: uppercase;
    width: 190px;
    padding: 19px 0 19px 19px;
    max-width: 190px;
    font-size: 14px;
    cursor: pointer;
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 100%, 91% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 100%, 91% 100%, 0 100%, 0 100%, 0% 30%);
}

.search-area .input-group .search-btn {
    border: none !important;
    background: transparent;
    height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 100%, 0% 30%);
}

.search-area .input-group .game-btn {
    position: relative;
    background-color: var(--base);
    right: -1px;
}

.topup-section,
.voucher-section {
    padding: 100px 0 60px 0;
    overflow: hidden;
}

.topup-section .img-box,
.voucher-section .img-box {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 10px;
}

.topup-section .img-box img,
.voucher-section .img-box img {
    border-radius: 10px;
}

.topup-section .img-box,
.giftcard-section .img-box,
.voucher-section .img-box {
    margin: 0 5px 40px 5px;
    position: relative;
}
.deal-of-day-section .img-box2 {
    margin: 0 0px 100px 0px;
    position: relative;
}

.topup-section .img-box .tags,
.voucher-section .img-box .tags {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topup-section .img-box .tags span,
.voucher-section .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.giftcard-section {
    padding: 100px 0 60px 0;
}

.giftcard-section .img-box {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 10px;
}

.giftcard-section .img-box img {
    border-radius: 10px;
}

.giftcard-section .img-box .tags {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.giftcard-section .img-box .tags span {
    background: #5b5b5b;
    color: #f3f6f4;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}
.giftcard-section .img-box .sales {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.giftcard-section .img-box .sales span {
    background: #ff1100;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}
.deal-of-day-section {
    padding: 100px 0 60px 0;
}

.deal-of-day-section .img-box2 {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 10px;
}

.deal-of-day-section .img-box2 img {
    border-radius: 10px;
}

.deal-of-day-section .img-box2 .tags {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.deal-of-day-section .img-box2 .tags span {
    background: #5b5b5b;
    color: #f3f6f4;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}
.deal-of-day-section .img-box2 .sales {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.deal-of-day-section .img-box2 .sales span {
    background: #ff1100;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}
.deal-of-day-section .img-box2 .price {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.deal-of-day-section .img-box2 .price span {
    background: none;
	color: #ff1100;
    font-size: 15px;
    text-transform: uppercase;
    padding: 1px 2px;
    margin: 0 2px;
    font-weight: bold;
	text-shadow: 0px 1px 0px #000000;
}
.deal-of-day-section .img-box2 .oldprice {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0; /* Adjusted from 'right: 0' to align to the left */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; /* Align items to the start (left side) */
}

.deal-of-day-section .img-box2 .oldprice span {
    background: none;
    color: #ffffff; /* Dark gray text color */
    font-size: 13px;
    text-transform: uppercase;
    padding: 1px 2px;
    margin: 0 2px;
    font-weight: normal;
	text-decoration: line-through; /* Add line through the text */
	text-shadow: 0px 0px 0px #000000;
}
.sales {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sales span {
    background: #ff1100;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.about-section {
    padding: 100px 0 60px 0;
    overflow-x: hidden;
}

.about-section .img-box {
    margin: 0 5px 40px 5px;
}

.about-section .img-box img {
    border-radius: 10px;
}

.about-section .text-box {
    margin: 0 5px 40px 5px;
}

.about-section .text-box h2 {
    margin-bottom: 50px;
}

.about-section .text-box p {
    color: #f1f1f1;
    margin-bottom: 30px;
}

.about-section .text-box ul {
    padding-left: 15px;
    margin-bottom: 30px;
}

.about-section .text-box ul li {
    color: #f1f1f1;
    list-style: none;
    margin-bottom: 10px;
}

.about-section .text-box ul li img {
    margin-right: 10px;
}

.choose-section {
    padding: 100px 0 60px 0;
    overflow-x: hidden;
}

.choose-section .img-box {
    margin: 0 5px 40px 5px;
}

.choose-section .img-box img {
    border-radius: 10px;
}

.choose-section .text-box {
    margin: 0 5px 40px 5px;
}

.choose-section .text-box h2 {
    margin-bottom: 50px;
}

.choose-section .text-box .choose-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.choose-section .text-box .choose-box img {
    margin-right: 30px;
}

.choose-section .text-box .choose-box .text h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.choose-section .text-box .choose-box .text span {
    color: #f1f1f1;
}

.faq-section {
    padding: 100px 0 60px 0;
    overflow-x: hidden;
}

.faq-section .img-box {
    margin: 0 5px 40px 5px;
}

.faq-section .img-box img {
    border-radius: 10px;
}

.faq-section .text-box {
    margin: 0 5px 40px 5px;
}

.faq-section .text-box h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.faq-section .text-box .accordion-item {
    background: none;
    margin-bottom: 15px;
    border-radius: 0px;
}

.faq-section .text-box .accordion-item .accordion-button {
    background: none;
    border-radius: 0px !important;
    padding: 20px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: uppercase;
}

.faq-section .text-box .accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.faq-section .text-box .accordion-item .accordion-button:not(.collapsed) {
    color: var(--base);
    background-color: none;
    -webkit-box-shadow: 0 5px 10px -5px rgba(13, 110, 253, 0.25);
    box-shadow: 0 5px 10px -5px rgba(13, 110, 253, 0.25);
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.faq-section .text-box .accordion-item .accordion-button::after {
    background-image: url(../images/icon/plus.png);
}

.faq-section .text-box .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/minus.png);
}

.faq-section .text-box .accordion-item .accordion-body {
    padding: 0 0 30px 0;
}

.faq-section .text-box .accordion-item .accordion-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #f1f1f1;
}

.counter-section {
    padding: 100px 0 0 0;
}

.counter-section .counter-box {
    margin: 0 5px 100px 5px;
    text-align: center;
}

.counter-section .counter-box h2 {
    color: var(--base);
}

.pricing-section {
    padding: 100px 0 60px 0;
    overflow-x: hidden;
}

.pricing-section .pricing-box {
    margin: 0 5px 40px 5px;
    padding: 50px 50px;
    text-align: center;
    border: 6px solid rgba(255, 255, 255, 0.1);
    border: 4px solid var(--base);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(13% 0, 100% 0, 100% 0, 100% 90%, 87% 100%, 0 100%, 0 100%, 0 10%);
    clip-path: polygon(13% 0, 100% 0, 100% 0, 100% 90%, 87% 100%, 0 100%, 0 100%, 0 10%);
}

.pricing-section .pricing-box h5 {
    text-transform: uppercase;
}

.pricing-section .pricing-box h2 {
    color: var(--base);
    margin-bottom: 30px;
}

.pricing-section .pricing-box ul {
    padding-left: 0;
    margin-bottom: 30px;
    display: inline-block;
}

.pricing-section .pricing-box ul li {
    list-style: none;
    color: #f1f1f1;
    margin-bottom: 15px;
}

.pricing-section .pricing-box ul li:last-child {
    margin-bottom: 0;
}

.pricing-section .pricing-box ul li img {
    margin-right: 10px;
    display: none;
}

.pricing-section .pricing-box .game-btn-sm {
    font-size: 14px;
    display: block;
    margin: auto;
}

.pricing-section .pricing-box .game-btn-sm img {
    width: 15px;
}

.pricing-section .pricing-box:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}

.testimonial-section {
    padding: 100px 0 100px 0;
}

.testimonial-section .review-box {
    margin: 0 5px 0px 5px;
    padding: 50px 50px 0px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.testimonial-section .review-box .img-box {
    width: 30%;
}

.testimonial-section .review-box .img-box img {
    width: 100px;
    padding-right: 15px;
}

.testimonial-section .review-box .text-box {
    width: 70%;
    color: #f1f1f1;
}

.testimonial-section .review-box .text-box .description {
    margin-bottom: 30px;
}

.testimonial-section .review-box .text-box h5 {
    text-transform: uppercase;
}

.testimonial-section .review-box .text-box .title {
    color: var(--base);
    text-transform: uppercase;
    font-size: 12px;
}

.testimonial-section .review-box .quote {
    position: absolute;
    width: 32px;
    bottom: 15px;
    right: 50px;
}

.testimonial-section .owl-carousel {
    position: relative;
}

.testimonial-section .owl-carousel .owl-nav {
    display: none !important;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 102%;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 100px;
    z-index: -1;
}

.testimonial-section .owl-carousel .owl-nav button {
    display: inline-block;
    z-index: 2;
}

.testimonial-section .owl-carousel .owl-nav button span {
    font-size: 32px;
    color: #fff;
}

.testimonial-section .owl-carousel .owl-dots {
    display: none;
    background: none;
    height: 30px;
    text-align: center;
    margin-top: 50px;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 9px;
    background: #000;
    -webkit-box-shadow: 0 0 0px 4px var(--base);
    box-shadow: 0 0 0px 4px var(--base);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

.blog-section {
    padding: 100px 0 60px 0;
    overflow-x: hidden;
}

.blog-section .blog-box {
    margin: 0 5px 40px 5px;
}

.blog-section .blog-box .img-box {
    margin-bottom: 30px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.blog-section .blog-box .img-box img {
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 250px;
}

.blog-section .blog-box .img-box .author {
    background: var(--base);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    position: absolute;
    padding: 4px 10px 2px 10px;
    bottom: 15px;
    left: 15px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-section .blog-box .text-box .title {
    text-transform: uppercase;
}

.blog-section .blog-box .text-box .title a {
    color: #fff;
}

.blog-section .blog-box .text-box .date {
    color: var(--base);
    text-transform: uppercase;
    font-size: 12px;
}

.blog-section .blog-box:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-section {
    padding: 100px 0 0 0;
}

.footer-section .footer-box {
    margin: 0 5px 40px 5px;
}
.footer-section .footer-box2 {
	margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
}

.footer-section .footer-box .navbar-brand img {
    width: 80px;
    margin-bottom: 30px;
}

.footer-section .footer-box p {
    color: #f1f1f1;
    margin-bottom: 30px;
}

.footer-section .footer-box h5 {
    margin-bottom: 40px;
    margin-top: 70px;
    text-transform: uppercase;
}

.footer-section .footer-box a {
    text-decoration: none;
    color: #f1f1f1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-box a:hover {
    color: var(--base);
}

.footer-section .footer-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-section .footer-box ul li {
    list-style: none;
    color: #f1f1f1;
    margin-bottom: 15px;
}

.footer-section .footer-box ul li img,
.footer-section .footer-box ul li i {
    margin-right: 10px;
}

.footer-section .footer-box .social-links {
    margin-bottom: 30px;
}

.footer-section .footer-box .social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 15px;
    padding-top: 12px;
    background: var(--base-secondary);
    -webkit-clip-path: polygon(29% 0, 100% 0, 100% 30%, 100% 70%, 71% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(29% 0, 100% 0, 100% 30%, 100% 70%, 71% 100%, 0 100%, 0% 70%, 0% 30%);
}

.footer-section .footer-box .social-links a img {
    width: 18px;
}

.footer-section .footer-box .social-links a i {
    font-size: 18px;
    color: #fff;
}

.footer-section .footer-box .input-group .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.footer-section .footer-box .input-group .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.footer-section .footer-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.footer-section .footer-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.footer-section .footer-bottom {
    margin-top: 60px;
    color: #fff;
    margin-bottom: 40px;
    font-size: 12px;
}

.footer-section .footer-bottom .copyright a {
    color: var(--base);
}

.footer-section .footer-bottom .language {
    text-align: right;
    color: #fff;
}

.footer-section .footer-bottom .language a {
    color: var(--base);
    margin-right: 15px;
}

.scroll-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 15px;
    padding-top: 12px;
    background: var(--base-secondary);
    position: fixed;
    right: 30px;
    bottom: 45px;
    -webkit-clip-path: polygon(29% 0, 100% 0, 100% 30%, 100% 70%, 71% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(29% 0, 100% 0, 100% 30%, 100% 70%, 71% 100%, 0 100%, 0% 70%, 0% 30%);
}

.scroll-top i {
    font-size: 18px;
    color: #fff;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background: #0b0231;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader.loaded .triangle,
.preloader.loaded .pen {
    -webkit-animation: none;
    animation: none;
}

.wrapper-triangle {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 304px;
    height: 250px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.line-triangle {
    position: absolute;
    width: 250px;
    height: 54px;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(1) {
    left: 313px;
    bottom: -21px;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(2) {
    left: 156px;
    top: -54px;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(3) {
    top: 217px;
    left: 0;
}

.triangle:nth-of-type(1) {
    -webkit-animation: tri1 1.5s linear infinite;
    animation: tri1 1.5s linear infinite;
}

@-webkit-keyframes tri1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(2) {
    -webkit-animation: tri2 1.5s linear infinite;
    animation: tri2 1.5s linear infinite;
}

@-webkit-keyframes tri2 {
    0% {
        opacity: 0;
    }
    14.28571% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri2 {
    0% {
        opacity: 0;
    }
    14.28571% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(3) {
    -webkit-animation: tri3 1.5s linear infinite;
    animation: tri3 1.5s linear infinite;
}

@-webkit-keyframes tri3 {
    0% {
        opacity: 0;
    }
    28.57143% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri3 {
    0% {
        opacity: 0;
    }
    28.57143% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(4) {
    -webkit-animation: tri4 1.5s linear infinite;
    animation: tri4 1.5s linear infinite;
}

@-webkit-keyframes tri4 {
    0% {
        opacity: 0;
    }
    42.85714% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri4 {
    0% {
        opacity: 0;
    }
    42.85714% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(5) {
    -webkit-animation: tri5 1.5s linear infinite;
    animation: tri5 1.5s linear infinite;
}

@-webkit-keyframes tri5 {
    0% {
        opacity: 0;
    }
    57.14286% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri5 {
    0% {
        opacity: 0;
    }
    57.14286% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(6) {
    -webkit-animation: tri6 1.5s linear infinite;
    animation: tri6 1.5s linear infinite;
}

@-webkit-keyframes tri6 {
    0% {
        opacity: 0;
    }
    71.42857% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri6 {
    0% {
        opacity: 0;
    }
    71.42857% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle:nth-of-type(7) {
    -webkit-animation: tri7 1.5s linear infinite;
    animation: tri7 1.5s linear infinite;
}

@-webkit-keyframes tri7 {
    0% {
        opacity: 0;
    }
    85.71429% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tri7 {
    0% {
        opacity: 0;
    }
    85.71429% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.triangle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-bottom: 54px solid var(--base);
    -webkit-animation: tri 1.5s linear infinite;
    animation: tri 1.5s linear infinite;
}

.triangle:nth-of-type(1) {
    left: 0px;
}

.triangle:nth-of-type(2) {
    left: 31px;
}

.triangle:nth-of-type(3) {
    left: 63px;
}

.triangle:nth-of-type(4) {
    left: 94px;
}

.triangle:nth-of-type(5) {
    left: 125px;
}

.triangle:nth-of-type(6) {
    left: 156px;
}

.triangle:nth-of-type(7) {
    left: 188px;
}

.triangle:nth-child(even) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
}

.triangle:nth-child(1) {
    -webkit-animation: none;
    animation: none;
}

.line:nth-child(2) .triangle:nth-child(1):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -22px;
    bottom: -77px;
    background: transparent;
    border: 13px solid transparent;
    border-bottom: 21px solid #f1ecdb;
    -webkit-animation: tri 1.5s linear infinite;
    animation: tri 1.5s linear infinite;
}

.pen {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 312.5px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite;
    animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite;
}

@-webkit-keyframes tri {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes tri {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(2.45);
        transform: scale(2.45);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes move {
    0% {
        -webkit-transform: scale(2.45);
        transform: scale(2.45);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.shop-section {
    margin: 100px 0;
}

.shop-section h4 {
    text-transform: uppercase;
}

.shop-section .form-select,
.shop-section .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.shop-section .form-select:focus,
.shop-section .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .form-select {
    padding: 15px;
    -webkit-clip-path: polygon(7% 0, 100% 0, 100% 0, 100% 70%, 93% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(7% 0, 100% 0, 100% 0, 100% 70%, 93% 100%, 0 100%, 0 100%, 0% 30%);
}

.shop-section .filter-area .filter-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px 20px;
}

.shop-section .filter-area .filter-box h4 {
    margin-bottom: 20px;
}

.shop-section .filter-area .filter-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.shop-section .filter-area .filter-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.shop-section .filter-area .filter-box .form-range::-webkit-slider-thumb {
    background: var(--base);
}

.shop-section .filter-area .filter-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.shop-section .filter-area .filter-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.shop-section .filter-area .filter-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.shop-section .filter-area .filter-box .tag-item label {
    background: #fff;
    margin: 0 5px 10px 0;
    border-radius: 0px;
    color: var(--base);
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.shop-section .filter-area .filter-box .tag-item .btn-check:checked + .btn-primary {
    background: var(--base) !important;
    color: #fff;
}

.shop-section .filter-area .filter-box .tag-item .btn-check:focus + .btn-primary,
.shop-section .filter-area .filter-box .tag-item .btn-primary:focus {
    color: #fff;
    background-color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.shop-section .item-area .form-select {
    width: 200px;
    background: #493f4f;
    color: #fff;
}


.shop-section .item-area .form-select option:hover {
    color: #fff;
    background: var(--base) !important;
}

.shop-section .item-area .img-box {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 10px;
}

.shop-section .item-area .img-box img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.shop-section .item-area .img-box .tags {
    position: absolute;
    top: 20px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-section .item-area .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 5px;
}

.shop-section .item-area .img-box .tags span:first-child {
    margin-left: 20px;
}

.shop-section .item-area .img-box .tags span:last-child {
    margin-right: 20px;
}

.shop-section .item-area .img-box h5 {
    margin-bottom: 0;
}

.shop-section .game-box {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
}

.shop-section .game-box .img-box {
    background: none;
    padding: 0;
    margin-right: 15px;
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.shop-section .game-box .img-box img {
    min-width: 200px;
    width: 200px;
    height: 180px;
    border-radius: 10px;
}

.shop-section .game-box .img-box.owl-carousel .owl-dots {
    text-align: center;
    position: relative;
    top: -43px;
}

.shop-section .game-box .img-box.owl-carousel .owl-dots button.owl-dot {
    margin: 0 3px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: var(--base-rgba);
}

.shop-section .game-box .img-box.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--base);
}

.shop-section .game-box .more-info {
    text-transform: capitalize;
}

.shop-section .game-box .name {
    margin-bottom: 5px;
}

.shop-section .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.shop-section .game-box .game-btn-sm {
    font-size: 13px;
    height: 45px;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.shop-section .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}

.shop-section .pagination .page-item {
    margin: 2px;
}

.shop-section .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.shop-section .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .pagination .page-item:hover .page-link, .shop-section .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.login-section {
    padding: 100px 0;
}

.login-section .contact-box {
    margin-top: 50px;
}

.login-section .contact-box .form-label {
    text-transform: capitalize;
}
.child-menu-scroll {
    max-height: 500px; /* Adjust the maximum height as needed */
    overflow-y: auto;
}

.login-section .contact-box .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.manual.contact-box .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.login-section .contact-box .form-control:focus {
    color: #fff;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.login-section .contact-box .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.login-section .contact-box .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.login-section .contact-box .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.login-section .contact-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.login-section .contact-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.login-section .contact-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.login-section .contact-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.login-section .contact-box .link a {
    color: var(--base);
}

.page-header {
    padding: 150px 0 100px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center top;
}
.page-header h2 {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}

.details-section {
    margin: 100px 0;
}

.details-section .text-box {
    margin-top: 30px;
}

.details-section .text-box h4 {
    text-transform: uppercase;
}

.details-section .order-box {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
    position: relative;
}

.details-section .order-box h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.details-section .order-box p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 15px;
}

.details-section .order-box .input-box .form-select,
.details-section .order-box .input-box .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    height: 48px;
    width: 200px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(7% 0, 100% 0, 100% 0, 100% 70%, 93% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(7% 0, 100% 0, 100% 0, 100% 70%, 93% 100%, 0 100%, 0 100%, 0% 30%);
}

.details-section .order-box .input-box .form-select:focus,
.details-section .order-box .input-box .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.details-section .order-box .input-box .form-select::-webkit-input-placeholder,
.details-section .order-box .input-box .form-control::-webkit-input-placeholder {
    color: #212529;
}

.details-section .order-box .input-box .form-select:-ms-input-placeholder,
.details-section .order-box .input-box .form-control:-ms-input-placeholder {
    color: #212529;
}

.details-section .order-box .input-box .form-select::-ms-input-placeholder,
.details-section .order-box .input-box .form-control::-ms-input-placeholder {
    color: #212529;
}

.details-section .order-box .input-box .form-select::placeholder,
.details-section .order-box .input-box .form-control::placeholder {
    color: #212529;
}

.details-section .order-box .info .hovered {
    position: absolute;
    width: 100%;
    left: 0;
    top: 200px;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.details-section .order-box .info .info-icon {
    cursor: pointer;
}

.details-section .order-box .info .info-icon:hover + .hovered {
    opacity: 1;
    z-index: 1;
}

.details-section .payment-box {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
}

.details-section .payment-box h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.shop-section .payment-box2 {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.shop-section .payment-box2 h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.details-section .payment-box .btn-check + .btn-primary {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 0px;
    /* margin-bottom: 10px; */
    padding: 10px;
    display: block;
    color: #212529;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.details-section .payment-box .btn-check + .btn-primary .check {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
}

.details-section .payment-box .btn-check + .btn-primary::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
}

.details-section .payment-box .btn-check:checked + .btn-primary .check {
    opacity: 1;
}

.details-section .payment-box .btn-check:checked + .btn-primary::after {
    background: none;
}

.details-section .payment-box .btn-check:focus + .btn-primary,
.details-section .payment-box .btn-primary:focus {
    color: #000;
    background-color: #fff;
    border-color: var(--base-secondary);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.details-section .payment-box .payment-options {
    height: 171px;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.details-section .payment-box .payment-options::-webkit-scrollbar {
    width: 6px;
}

.details-section .payment-box .payment-options::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
}

.details-section .payment-box .payment-options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}

.details-section .payment-box .payment-options::-webkit-scrollbar-thumb:hover {
    background: var(--base);
}

.details-section .estimate-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.details-section .estimate-box ul li {
    margin-bottom: 15px;
}

.details-section .estimate-box ul li span {
    float: right;
}

.details-section .estimate-box .game-btn-sm {
    font-size: 14px;
}

.details-section .estimate-box .game-btn-sm img {
    left: -10px;
}

.package-details {
    margin: 100px 0;
}

.package-details h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.package-details .description-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
}

.package-details .description-box .navigator {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.package-details .description-box .navigator button {
    text-transform: uppercase;
    color: var(--base);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    width: 130px;
    height: 40px;
    padding-top: 3px;
    border: none;
    background: none;
    margin: 0 5px 10px 0;
    text-align: center;
    position: relative;
}

.package-details .description-box .navigator button::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 100%, 0 30%);
    clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 100%, 0 30%);
}

.package-details .description-box .navigator button.active::after, .package-details .description-box .navigator button:hover::after {
    color: var(--base);
    border: 2px solid var(--base);
}

.package-details .description-box .navigator button.active, .package-details .description-box .navigator button:hover {
    color: var(--base);
}

.package-details .related-items h4 {
    margin-bottom: 30px;
}

.package-details .related-items .img-box {
    margin-bottom: 15px;
    position: relative;
}

.package-details .related-items .img-box img {
    border-radius: 10px;
}

.package-details .related-items .img-box .tags {
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.package-details .related-items .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.package-details #instruction {
    display: none;
}

.package-details #reviews {
    display: none;
}

.package-details #reviews .review-box {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.package-details #reviews .review-box .text {
    width: 80%;
}

.package-details #reviews .review-box .text img {
    width: 50px;
    margin-right: 15px;
}

.package-details #reviews .review-box .text p {
    font-size: 14px;
}

.package-details #reviews .review-box .review-date {
    width: 20%;
    text-align: right;
}

.package-details #reviews .review-box .review-date .date {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}

.package-details #reviews .review-box:last-child {
    border-bottom: none;
}

.package-details #reviews #half-stars-example {
    margin-bottom: 30px;
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* set icon padding and size */
    /* add padding and positioning to half star labels */
    /* set default star color */
    /* set color of none icon when unchecked */
    /* if none icon is checked, make it red */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
    /* make none icon grey on rating group hover */
    /* make none icon red on hover */
}

.package-details #reviews #half-stars-example .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -13px;
}

.package-details #reviews #half-stars-example .rating__icon {
    pointer-events: none;
}

.package-details #reviews #half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.package-details #reviews #half-stars-example .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 24px;
}

.package-details #reviews #half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -16px;
    z-index: 0;
    width: 16px;
}

.package-details #reviews #half-stars-example .rating__icon--star {
    color: var(--base);
}

.package-details #reviews #half-stars-example .rating__icon--none {
    color: #eee;
}

.package-details #reviews #half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

.package-details #reviews #half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.package-details #reviews #half-stars-example .rating-group:hover .rating__label .rating__icon--star,
.package-details #reviews #half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: var(--base);
}

.package-details #reviews #half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
.package-details #reviews #half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

.package-details #reviews #half-stars-example .rating-group:hover
.rating__input--none:not(:hover)
+ .rating__label
.rating__icon--none {
    color: #eee;
}

.package-details #reviews #half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}

.package-details #reviews .pagination .page-item {
    margin: 2px;
}

.package-details #reviews .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.package-details #reviews .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.package-details #reviews .pagination .page-item:hover .page-link, .package-details #reviews .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.package-details .add-review .form-label {
    text-transform: capitalize;
}

.package-details .add-review .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.package-details .add-review .form-control:focus {
    color: #fff;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.package-details .add-review .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.package-details .add-review textarea.form-control {
    height: 100%;
    -webkit-clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
    clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
}

.package-details .add-review .game-btn-sm {
    font-size: 14px;
}

.contact-section {
    padding: 100px 0;
}

.contact-section .contact-box {
    margin-top: 50px;
}

.contact-section .contact-box .form-label {
    text-transform: capitalize;
}

.contact-section .contact-box .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.contact-section .contact-box .form-control:focus {
    color: #fff;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.contact-section .contact-box .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section .contact-box textarea.form-control {
    height: 100%;
    -webkit-clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
    clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 100%, 0 16%);
}

.blog-details {
    padding: 100px 0 100px 0;
}

.blog-details .blog-box {
    margin: 0 5px 50px 5px;
}

.blog-details .blog-box .img-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.blog-details .blog-box .img-box img {
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-details .blog-box .img-box .author {
    background: var(--base);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(10% 0, 100% 0, 100% 30%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 30%);
    position: absolute;
    padding: 4px 10px 2px 10px;
    bottom: 15px;
    left: 15px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-details .blog-box .text-box .title {
    text-transform: uppercase;
}

.blog-details .blog-box .text-box .title a {
    color: #fff;
}

.blog-details .blog-box .text-box .date {
    color: var(--base);
    text-transform: uppercase;
    font-size: 12px;
}

.blog-details .blog-box .text-box .description {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
}

.blog-details .blog-box:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-details .filter-area .filter-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px 20px;
}

.blog-details .filter-area .filter-box h4 {
    margin-bottom: 20px;
}

.blog-details .filter-area .filter-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.blog-details .filter-area .filter-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.blog-details .filter-area .filter-box .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.blog-details .filter-area .filter-box .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.blog-details .filter-area .filter-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.blog-details .filter-area .filter-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.blog-details .filter-area .filter-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.blog-details .filter-area .filter-box .tag-item label {
    background: #fff;
    margin: 0 5px 10px 0;
    border-radius: 0px;
    color: var(--base);
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.blog-details .filter-area .filter-box .tag-item .btn-check:checked + .btn-primary {
    background: var(--base) !important;
    color: #fff;
}

.blog-details .filter-area .filter-box .tag-item .btn-check:focus + .btn-primary,
.blog-details .filter-area .filter-box .tag-item .btn-primary:focus {
    color: #fff;
    background-color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.blog-details .pagination .page-item {
    margin: 2px;
}

.blog-details .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-details .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.blog-details .pagination .page-item:hover .page-link, .blog-details .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .navbar {
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar .navbar-collapse .navbar-nav {
        text-align: center;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        margin: 0px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        text-align: center;
        background: transparent;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        color: #fff;
        background: none;
        border: none;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item i {
        font-size: 16px;
        margin-right: 5px;
        margin-left: 0;
        width: 20px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-bottom: 30px;
    }

    .navbar .navbar-text {
        right: 110px;
        top: 16px;
    }

    .navbar .navbar-text .notification {
        margin-right: 20px;
    }

    .details-section .order-box {
        padding: 15px;
    }

    .details-section .order-box .input-box .form-control,
    .details-section .order-box .input-box .form-select {
        width: 100%;
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
        clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
    }

    .details-section .payment-box {
        padding: 15px;
    }

    .details-section .payment-box .btn-check + .btn-primary {
        padding: 5px 0;
    }

    .details-section .payment-box .row {
        --bs-gutter-x: 0.5rem !important;
    }
}

@media (max-width:767px){
    h2 {
        font-size: 36px;
    } 

    .navbar {
        padding: 0;
    }

    .navbar .navbar-text {
        right: 80px;
    }
	.genius-banner img {
        width: 100%
    }

    .bannner-section .col-md-6:first-child .genius-banner {
        margin-bottom: 30px
    }


    .navbar .navbar-text .notification {
        margin-right: 20px;
    }

    .navbar .notification-panel .notifications {
        right: -100px;
    }

    .banner {
        height: 300px;
		width: 500px;
    }

    .banner .text-box {
        margin-bottom: 100px;
    }

    .banner .text-box h1 {
        font-size: 48px;
        text-shadow: -3px 4px var(--base-secondary);
        letter-spacing: 5px;
    }

    .banner .text-box h5 {
        letter-spacing: 10px;
    }

    .banner .skitter {
        height: 300px !important;
		width: 500px;
    }

    .banner .skitter .box_clone {
        height: 300px !important;
		width: 500px;
    }

    .banner .skitter .box_clone img {
        height: 300px !important;
		width: 500px;
    }

    .banner .skitter .container_skitter {
        height: 300px !important;
		width: 500px;
    }

    .banner .skitter .container_skitter .image .image_main {
        height: 300px !important;
		width: 500px;
    }

    .banner {
        height: 300px;
		width: 500px;
    }

    .banner .text-box {
        margin-bottom: 100px;
    }

    .banner .text-box h1 {
        font-size: 48px;
        text-shadow: -3px 4px #ff7843;
        letter-spacing: 5px;
    }

    .banner .text-box h5 {
        letter-spacing: 10px;
    }

    .banner .skitter {
        height: 300px !important;
		width: 500px;
    }


    .header-text,
    .header-text-link {
        margin: 0 0 50px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-text a,
    .header-text-link a {
        display: inline-block;
        width: 150px;
    }

    .banner .text-box h5 {
        letter-spacing: 5px;
    }

    .game-btn {
        width: 190px;
        height: 55px;
        font-size: 14px;
    }

    .search-area {
        padding: 100px 0 50px 0;
        margin-top: 50px;
    }

    .search-area .input-box {
        padding: 50px 15px;
    }

    .search-area .input-box .input-group .form-select {
        width: 120px;
        max-width: 120px;
        font-size: 12px;
        padding: 19px 0 19px 10px;
        background: #fff;
    }

    .search-area .input-box .input-group .search-btn {
        width: 50px;
    }

    .search-area .input-box .input-group .form-control {
        padding: 12px 12px;
        font-size: 12px;
    }

    .topup-section,
    .voucher-section,
    .giftcard-section,
	.deal-of-day-section,
    .about-section,
    .choose-section,
    .faq-section,
    .pricing-section,
    .blog-section {
        padding: 50px 0 35px 0;
    }

    .testimonial-section {
        padding: 50px 0;
    }

    .topup-section .img-box,
    .voucher-section .img-box,
	.deal-of-day-section .img-box
    .giftcard-section .img-box {
        margin: 0 0 15px 0;
    }
	

    .search-area .input-box {
        margin: 0px;
    }

    .about-section .img-box,
    .about-section .text-box,
    .choose-section .img-box,
    .choose-section .text-box,
    .faq-section .img-box,
    .faq-section .text-box {
        margin: 0 0 15px 0;
    }

    .topup-section .img-box .tags,
    .voucher-section .img-box .tags,
	.deal-of-day-section .img-box .tags,
    .giftcard-section .img-box .tags {
        display: block;
        float: right;
        text-align: right;
    }
	.giftcard-section .img-box .sales {
        display: block;
        float: right;
        text-align: right;
    }
	.deal-of-day-section .img-box .sales {
        display: block;
        float: right;
        text-align: right;
    }
	.sales {
        display: block;
        float: right;
        text-align: right;
    }

    .topup-section .img-box .tags span,
    .voucher-section .img-box .tags span,
	.deal-of-day-section .img-box .tags span,
    .giftcard-section .img-box .tags span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }
	.giftcard-section .img-box .sales span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }
	.deal-of-day-section .img-box .sales span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }
	.deal-of-day-section .img-box .price span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }
	.deal-of-day-section .img-box .oldprice span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }
	.sales span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }

    .pricing-section .pricing-box {
        margin: 0 0 15px 0;
    }

    .testimonial-section .review-box {
        margin: 0;
        padding: 50px 0 0 0;
    }

    .blog-section .blog-box {
        margin: 0 0 40px 0;
    }

    .footer-section .footer-box {
        margin: 0 0 40px 0;
		
    }

    .footer-section .footer-box h5 {
        margin-top: 0;
    }

    .shop-section .item-area .img-box .tags {
        display: block;
        float: right;
        text-align: right;
    }

    .shop-section .item-area .img-box .tags span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }

    .details-section {
        margin: 50px 0;
    }

    .details-section .order-box {
        padding: 15px;
    }

    .details-section .order-box .input-box .form-control,
    .details-section .order-box .input-box .form-select {
        width: 100%;
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
        clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 65%, 95% 100%, 0 100%, 0 100%, 0% 35%);
    }

    .details-section .payment-box {
        padding: 15px;
    }

    .details-section .payment-box .btn-check + .btn-primary {
        padding: 5px 0;
    }

    .details-section .payment-box .row {
        --bs-gutter-x: 0.5rem !important;
    }

    .package-details {
        margin: 50px 0;
    }

    .package-details .description-box {
        padding: 15px;
    }

    .package-details .description-box .navigator button {
        width: 105px;
        margin: 0 2px 10px 0;
        font-size: 12px;
    }

    .package-details #reviews .review-box .text {
        width: 70%;
    }

    .package-details #reviews .review-box .review-date {
        width: 30%;
    }

    .package-details .related-items .img-box .tags {
        display: block;
        float: right;
        text-align: right;
    }

    .package-details .related-items .img-box .tags span {
        font-size: 10px;
        display: inline-block;
        margin: 0 10px 5px 10px;
    }

    .contact-section {
        padding: 50px 0;
    }

}

/*# sourceMappingURL=style.css.map */

.container_skitter .label_skitter {
    padding: 0 200px;
}


@media (max-width: 575px) {
    .container_skitter .label_skitter {
        padding: 0 0;
    }

    .banner .text-box h5 {
        letter-spacing: 3px;
    }

    .banner .text-box h1 {
        font-size: 30px;
    }
}

.checked-img-circle {
    position: absolute;
    z-index: 1;
    top: 13%;
    left: 4%;
    background: red;
}

.package-list {
    width: 170px;
    text-align: center;
    /*background: #fff;*/
    display: block;
}

.package-list.gateway {
    width: 130px !important;
}

.package-list-active {
    background: red;
    color: #212529;
    /*background: #fff !important;*/
}

.w-15 {
    width: 15%
}

.secbg {
    background: #1e1027;
}

.image-input {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #f0f8ff;
    background: #564d5c;
}

.image-input #image {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.image-input #image-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 70px 100px;
    z-index: 5;
    opacity: 0.3;
    cursor: pointer;
    background-color: #fff;
    font-size: 25px;
    border: 2px dashed #000;
    margin: auto;
    text-align: center;
}

.image-input .preview-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

.custom-card.card-lg.bg-gradient .nav-link.active {
    color: #fff;
    background-color: var(--base-secondary);
    border-color: var(--base-secondary) var(--base-secondary) var(--base-secondary);
}

.custom-card.card-lg.bg-gradient .nav-link {
    color: var(--base);
}

.custom-card.card-lg.bg-gradient .nav-tabs .nav-link {
    border: 1px solid var(--base);
}

.custom-card.card-lg.bg-gradient .nav-tabs {
    border-bottom: 1px solid var(--base);
}

.transection__table.table thead tr {
    background: var(--base);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
}

.transection__table.table tbody {
    font-size: 14px;
}

@media (min-width: 992px) {
    .transection__table.table tbody tr td {
        border-color: rgba(255, 255, 255, 0.1);
    }
}

.transection__table.table tbody tr td {
    color: #fff;
}


.transection__table.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #fff;
}

.transection__table.table tbody tr td {
    color: #f5f6f6;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
}


/*Support Ticket*/
.chat-box.scrollable.position-relative.scroll-height {
    background: rgb(27 15 35 / 37%);
    padding: 10px;
    margin-top: 15px;
}

ul.chat-list.list-style-none {
    padding-left: 15px;
    padding-right: 15px;
}

.chat-list .chat-item .chat-content .msg {
    background-color: rgba(255, 255, 255, 0.11);
    font-size: 14px;
    max-width: 95%;
    border-radius: 6px;
    margin-top: 5px;
}

li.chat-item.list-style-none.mt-3 {
    list-style: none;
}

li.chat-item.list-style-none.replied.mt-3.text-right {
    display: flex;
    flex-direction: row-reverse;
}

.chat-img {
    padding-top: 9px;
}

.chat-list .chat-item.replied .chat-img {
    margin-left: 15px;
}

.chat-list .chat-item.replied .chat-content .msg {
    text-align: left;
}


#upload {
    opacity: 0;
    cursor: pointer;

}

.new-file-upload {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #5f76e8;
    cursor: pointer;
}

.new-file-upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
}

.new-file-upload span,
.new-file-upload span::before {
    cursor: pointer;
}

.upload-btn {
    position: relative;
}

.new-file-upload a {
    color: #fff;
}

.select-files-count {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    right: 20px;
}

.ticket-box {
    height: 200px;
    max-height: initial;
    background: #131e51;
}


.card-body-buttons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn button {
    background: limegreen;
    padding: 9px 13px;
    border-radius: 50%;
    color: white;
    border: 1px solid limegreen;
    transition: background .1s ease;
}

.submit-btn button:hover {
    background: limegreen;
}

.chat-time {
    font-size: 12px;
}


.ticket-reply textarea {
    max-height: initial !important;
    padding: 0 0 0 15px;
}

.preview-form input,
.preview-form textarea {
    color: #fff !important;
}

#replayTicket {
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 0;
}


/**Global for this css **/

#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning {
    fill: #fff !important;
}

[v-cloak] {
    display: none;
}

.w-150px {
    width: 150px;
}

textarea.form-control {
    min-height: calc(1.5em + 5.75rem + 2px);
}

.login-section .contact-box select.form-control option {
    background: #3f3345;
    color: #fff;
}

.text-success {
    color: #28C76F !important;
}

.text-danger {
    color: #EA5455 !important;
    font-family: sans-serif;
}


.login-section .pagination .page-item {
    margin: 2px;
}

.login-section .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.login-section .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.login-section .pagination .page-item:hover .page-link,
.login-section .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.btn-custom {
    color: #fff;
    background-color: var(--base) bd;
    border-color: var(--base);
}

.media-img img {
    max-width: 80px;
}

.br-4 {
    border-radius: 4px !important;
}

.button-33 {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgb(44 187 99 / 20%) 0 -25px 18px -14px inset, rgb(44 187 99 / 15%) 0 1px 2px, rgb(44 187 99 / 15%) 0 2px 4px, rgb(44 187 99 / 15%) 0 4px 8px, rgb(44 187 99 / 15%) 0 8px 16px, rgb(44 187 99 / 15%) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}


.btn-base {
    background: linear-gradient(125deg, var(--base-secondary) 36%, var(--base) 36%);
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 270px;
    display: inline-block;
    text-decoration: none;
    height: 60px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(9% 0, 100% 0, 100% 0, 100% 70%, 91% 100%, 0 100%, 0 100%, 0% 30%);
    line-height: 3.0;

}

.btn-base:hover {
    color: #fff;;
}

.bg-custom {
    color: var(--base);
    background-color: var(--base);
}

.modal-header-custom {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--base);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header-custom .modal-title {
    font-size: 18px;
}

.modal-footer-custom {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    /*border-top: 1px solid #804301;*/
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    color: #481666;
    background-color: #574c5c;
}

.modal-body-custom {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: #574c5c;
}

.btn-success-custom:hover,
.btn-success-custom {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.shop-section {
    margin: 100px 0;
}

.shop-section h4 {
    text-transform: uppercase;
}

.shop-section .form-select,
.shop-section .form-control {
    border-radius: 0px;
    border: none;
    height: 48px;
    font-size: 14px;
    padding: 15px;
    caret-color: var(--base);
}

.shop-section .form-select:focus,
.shop-section .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .form-select {
    padding: 15px;
    -webkit-clip-path: polygon(
        7% 0,
        100% 0,
        100% 0,
        100% 70%,
        93% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
    clip-path: polygon(
        7% 0,
        100% 0,
        100% 0,
        100% 70%,
        93% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
}

.shop-section .filter-area .filter-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px 20px;
}

.shop-section .filter-area .filter-box h4 {
    margin-bottom: 20px;
}

.shop-section .filter-area .filter-box .input-group .input-group-text {
    border: none;
    border-radius: 0px;
    padding: 0;
}

.shop-section .filter-area .filter-box .input-group .input-group-text button {
    background: var(--base-secondary);
    height: 100%;
    width: 60px;
    border: none;
}

.shop-section .filter-area .filter-box .form-range::-webkit-slider-thumb {
    background: var(--base);
}

.shop-section .filter-area .filter-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    background: #fff;
    border: none;
    border-radius: 0px !important;
    margin-right: 10px;
}

.shop-section .filter-area .filter-box .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 133, 3, 0.2);
}

.shop-section .filter-area .filter-box .form-check .form-check-input:checked {
    background-color: var(--base);
    border-color: var(--base);
}

.shop-section .filter-area .filter-box .tag-item label {
    background: #fff;
    margin: 0 5px 10px 0;
    border-radius: 0px;
    color: var(--base);
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.shop-section
.filter-area
.filter-box
.tag-item
.btn-check:checked
+ .btn-primary {
    background: var(--base) !important;
    color: #fff;
}

.shop-section
.filter-area
.filter-box
.tag-item
.btn-check:focus
+ .btn-primary,
.shop-section .filter-area .filter-box .tag-item .btn-primary:focus {
    color: #fff;
    background-color: #fff;
    border-color: var(--base);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.shop-section .item-area .form-select {
    width: 200px;
}

.shop-section .item-area .form-select option:hover {
    color: #fff;
    background: var(--base) !important;
}

.shop-section .item-area .img-box {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 10px;
}

.shop-section .item-area .img-box img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.shop-section .item-area .img-box .tags {
    position: absolute;
    top: 20px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-section .item-area .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 5px;
}

.shop-section .item-area .img-box .tags span:first-child {
    margin-left: 20px;
}

.shop-section .item-area .img-box .tags span:last-child {
    margin-right: 20px;
}

.shop-section .item-area .img-box h5 {
    margin-bottom: 0;
}

.shop-section .game-box {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
}

.shop-section .game-box .img-box {
    margin-right: 15px;
}

.shop-section .game-box .img-box img {
    width: 200px;
}

.shop-section .game-box .more-info {
    text-transform: capitalize;
}

.shop-section .game-box .name {
    margin-bottom: 5px;
}

.shop-section .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.shop-section .game-box .game-btn-sm {
    font-size: 13px;
    height: 45px;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.shop-section .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}

.shop-section .pagination .page-item {
    margin: 2px;
}

.shop-section .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.shop-section .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.shop-section .pagination .page-item:hover .page-link,
.shop-section .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.sell-post-details {
    padding: 100px 0;
}


.sell-post-details .game-box {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
}

.sell-post-details .game-box .img-box {
    margin-right: 15px;
}

.sell-post-details .game-box .img-box img {
    width: 200px;
    border-radius: 10px;
}

.sell-post-details .game-box .more-info {
    text-transform: capitalize;
}

.sell-post-details .game-box .name {
    margin-bottom: 5px;
}

.sell-post-details .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.sell-post-details .game-box .game-btn-sm {
    font-size: 13px;
    height: 45px;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.sell-post-details .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}


.sell-post-details .game-box {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
}

.sell-post-details .game-box .img-box {
    margin-right: 15px;
    width: 200px;
    height: 200px;
}

.sell-post-details .game-box .img-box img {
    min-width: 200px;
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.sell-post-details .game-box .img-box.owl-carousel .owl-dots {
    text-align: center;
    position: relative;
    top: -33px;
}

.sell-post-details .game-box .img-box.owl-carousel .owl-dots button.owl-dot {
    margin: 0 3px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: var(--base-rgba);
}

.sell-post-details .game-box .img-box.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--base);
}

.sell-post-details .game-box .more-info {
    text-transform: capitalize;
}

.sell-post-details .game-box .name {
    margin-bottom: 5px;
}

.sell-post-details .game-box .game-level {
    color: var(--base);
    text-transform: capitalize;
}

.sell-post-details .game-box .game-btn-sm {
    font-size: 13px;
    height: 45px;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.sell-post-details .game-box .game-btn-sm img {
    width: 14px;
    right: -5px;
}

.sell-post-details form {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
}

.sell-post-details form .form-label {
    text-transform: capitalize;
}

.sell-post-details form .form-control {
    border-radius: 0px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    border: 1px solid #e9e9e9;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(
        6% 0,
        100% 0,
        100% 0,
        100% 70%,
        94% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
    clip-path: polygon(
        6% 0,
        100% 0,
        100% 0,
        100% 70%,
        94% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
}

.sell-post-details form .form-control-sm {
    height: 50px;
    padding: 0 15px;
}

.sell-post-details form .form-control:focus {
    color: #fff;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.sell-post-details form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sell-post-details form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sell-post-details form .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sell-post-details form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sell-post-details form textarea.form-control {
    height: 100%;
    -webkit-clip-path: polygon(
        4% 0,
        100% 0,
        100% 0,
        100% 84%,
        96% 100%,
        0 100%,
        0 100%,
        0 16%
    );
    clip-path: polygon(
        4% 0,
        100% 0,
        100% 0,
        100% 84%,
        96% 100%,
        0 100%,
        0 100%,
        0 16%
    );
}

.sell-post-details form .game-btn-sm {
    font-size: 14px;
}

@media (max-width: 767px) {
    .game-box {
        text-align: center;
    }

    .game-box .img-box {
        margin-bottom: 15px;
    }
	
    .shop-section .game-box .game-btn-sm {
        position: relative !important;
        top: 0;
        right: 0;
        margin-top: 15px;
    }
}

.upload-sell-post {
    padding: 100px 0;
}

.upload-sell-post .selected-image {
    border-radius: 10px;
    max-height: 176px;
    min-height: 176px;
    width: 100%;
}

.upload-sell-post .upload-img {
    position: relative;
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #b2bac2;
}

.upload-sell-post .upload-img h5 {
    margin-bottom: 0;
}

.upload-sell-post .upload-img input {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    margin: auto;
    cursor: pointer !important;
}

.upload-sell-post .upload-img:hover h5 {
    color: var(--base);
}

.upload-sell-post .form-box {
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
}

.upload-sell-post .form-group {

    margin-bottom: 15px;
}

.upload-sell-post .form-box .form-label {
    text-transform: capitalize;
}

.upload-sell-post .form-box .form-select,
.upload-sell-post .form-box .form-control {
    border-radius: 0px;
    display: inline-block;
    /*margin: 0px 10px 10px 0;*/
    border: 1px solid #e9e9e9;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 60px;
    font-size: 14px;
    padding: 20px;
    caret-color: var(--base);
    -webkit-clip-path: polygon(
        3% 0,
        100% 0,
        100% 0,
        100% 70%,
        97% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 0,
        100% 70%,
        97% 100%,
        0 100%,
        0 100%,
        0% 30%
    );
}

.upload-sell-post .form-box .form-select:focus,
.upload-sell-post .form-box .form-control:focus {
    color: #fff;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: var(--base);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.upload-sell-post .form-box .form-select::-webkit-input-placeholder,
.upload-sell-post .form-box .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select:-ms-input-placeholder,
.upload-sell-post .form-box .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select::-ms-input-placeholder,
.upload-sell-post .form-box .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select::placeholder,
.upload-sell-post .form-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.upload-sell-post .form-box .form-select option {
    color: #000;
}

.upload-sell-post .form-box textarea.form-control {
    height: 100%;
    -webkit-clip-path: polygon(
        2% 0,
        100% 0,
        100% 0,
        100% 88%,
        98% 100%,
        0 100%,
        0 100%,
        0 12%
    );
    clip-path: polygon(
        2% 0,
        100% 0,
        100% 0,
        100% 88%,
        98% 100%,
        0 100%,
        0 100%,
        0 12%
    );
}

.note {
    color: #fff;
    background-color: var(--base-secondary);
    border-color: var(--base-secondary);
}

.dark-bg {
    background: rgba(25, 14, 31, 0.3);
}


.header-box-title,
.header-box-link {
    margin: 0 0 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-box-title .info {
    cursor: pointer
}

.
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e2e0e3;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #6d6572;
    border-radius: 0.25rem;
    caret-color: var(--base);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.removeFile {
    border-radius: unset !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    z-index: 1;
}

.z0 {
    z-index: 0 !important;
}

.z9 {
    z-index: 9 !important;
}

.logo-text img {
    max-width: 100%;
    max-height: 100%;
}

.image-input .preview-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

.image-input .preview-image-product {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 85%;
}

.image-preview {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.sell-post-details .offer-maker-list {
    /*background: rgba(255, 255, 255, 0.2);*/
    background: rgb(27 15 35 / 37%);
    padding: 30px;
}

#sortByActionBtn.dropdown-toggle::after,
#offerActionBtn.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#sortByActionBtn + ul,
#offerActionBtn + ul {
    min-width: 0;
    margin: 0;
    background: rgba(27, 15, 35, 0.62);
    border: 1px solid var(--base);
}


.base-color {
    color: var(--base);
}

#sortByActionBtn + ul > li > a,
#offerActionBtn + ul > li > a {
    color: #fff;
}

#sortByActionBtn + ul > li > a:hover,
#offerActionBtn + ul > li > a:hover {
    background-color: rgb(24 13 30 / 60%);
    color: #fff;
}

#btnSellAll.game-btn-sm {
    width: 117px;
    height: 40px;
}

#offerList.sell-post-details {
    padding: 0px 0;
}

/*WA CHat Box*/

.report .card {
    border: none;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgb(10 11 16 / 45%), rgb(25 26 33 / 45%)), url(../../../../assets/uploads/logo/wa.jpg);
}

.report img {
    border-radius: 20px;
}


.report .adiv {
    background: #2A2F32;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    height: 46px
}

.report .adiv p {
    font-size: 18px;
    margin-top: 0;
}

.report .chat {
    border: none;
    background-color: #262D31;
    font-size: 14px;
    border-radius: 5px;
}

.report .bg-white {
    border: 1px solid #056263;
    font-size: 14px;
    border-radius: 10px;
    background-color: #056263 !important;
}

.text-wa {
    color: #fff;
    font-size: 14px;
}

.report .myvideo img {
    border-radius: 20px
}

.writing-box {
    background: #2A2F32 !important;
}

.writing-box .send {
    padding-right: 10px;
}

.report .writing-box .input--group.px-3 {
    padding: 25px 15px 0 20px !important;
    width: 100%;
}

.report .form--control {
    background: #33383B;
    border-radius: 15px;
    min-height: 20px;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word;
    white-space: pre-wrap;
    outline: none;
    padding: 10px 20px;
}

.report .form-control:focus {
    box-shadow: none
}

.report .form-control::placeholder {
    font-size: 8px;
    color: #E3E3E5;
}

.timmer {
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 20px;
    padding-bottom: 5px;
}

.chat-length {
    min-height: 500px;
    max-height: 600px;
    overflow-x: hidden;
}

.type_msg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

/* End WA chat*/
.btn-success {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.writing-box .send {
    padding-right: 10px;
}

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

.la, .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.la, .lab, .lad, .lal, .lar, .las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.input-group:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mw-130 {
    min-width: 140px;
}

.user img {
    border: 3px solid !important;
}

.user .batti {
    font-size: 10px;
    right: 3% !important;
    bottom: 12% !important;
}

.padding {
    padding-top: 0.25rem !important;
    padding-right: 1.5rem !important;
}

.user img {
    border: 3px solid #6f6873 !important;
}

.active-light {
    bottom: 0px;
    right: 0px;
    font-size: 10px;
}

.w-90 {
    width: 90%;
}

.offer-maker-list .paid-making-payment {
    padding: 5px;
    background: #483b4f;
}

.contact-box .select-background {
    background: #6d6572 !important;
}


.sell-post-details .item-area .img-box .tags span {
    background: var(--base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 10px;
}

.sell-post-details .pagination .page-item {
    margin: 2px;
}

.sell-post-details .pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 6px 16px;
    border: none;
    color: #fff;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sell-post-details .pagination .page-item .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.sell-post-details .pagination .page-item:hover .page-link, .sell-post-details .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--base);
}

.offer-list-form form {
    background: transparent !important;
    padding-bottom: 0 !important;
}

.offer-list-form .contact-box {
    background-color: rgba(255, 255, 255, 0.2);
    padding-bottom: 20px !important;
}

.offer-list-form.search-box .contact-box {
    background-color: rgba(255, 255, 255, 0.2);
    padding-bottom: 20px !important;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sortByBtn {
    float: right
}

@media (max-width: 767px) {

    .sortByBtn {
        float: left
    }
}
@media (max-width:768px) {
    
	.margin-bottom-10x {
        margin-bottom: 160px !important
    }
}

.mb-15 {
    margin-bottom: 15px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.s-pt-30 {
    padding-top: 25px !important
}

.s-pt-60 {
    padding-top: 55px !important
}

.s-pt-50 {
    padding-top: 45px !important
}

.hidden-xs-up {
    display: none !important
}
.hi-50 {
    height: 50px

}
.offer-list-form .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--base-secondary);
}

.withdraw-detail .form-control:disabled,
.withdraw-detail .form-control[readonly] {
    background-color: #7c7181;
    border: #7c7181;
    color: white;
    opacity: 1;
}

.withdraw-detail .form-control:disabled,
.withdraw-detail .form-control[readonly]:focus {
    outline: none !important;
    border: #7c7181;
    box-shadow: 0 0 0px #7c7181;
}

.withdraw-detail .form-control {
    background-color: rgb(27 15 35 / 37%);
    border: rgb(27 15 35 / 37%);
    color: white;
    opacity: 1;
}

.withdraw-detail .form-control:focus {
    outline: none !important;
    border: rgb(27 15 35 / 37%);
    box-shadow: 0 0 0px #7c7181;
}

.earn.form-control {
    background-color: #7c7181;
    border: #7c7181;
    color: white;
    opacity: 1;
}

.earn.form-control {
    outline: none !important;
    border: #7c7181;
    box-shadow: 0 0 0px #7c7181;
}

.modal-price.form-control {
    background-color: #7c7181;
    border: #7c7181;
    color: white;
    opacity: 1;
}

.modal-price.form-control {
    outline: none !important;
    border: #7c7181;
    box-shadow: 0 0 0px #7c7181;
}

.card-preview {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #4d4454;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.preview-list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #eae9eb;
    text-decoration: none;
    background-color: #fff;
    border: 1px solidrgba(0, 0, 0, .125);
}

.w-20 {
    width: 27% !important;
}

.wh-200-150 {
    width: 223px;
    height: 150px;
}

.input-group:not(:last-child) {
    margin-top: 00px;
    margin-bottom: 00px;
}

.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left !important;
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%;
}

.img-define {
    max-height: 145px !important;
}

.custom-success {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}

.dashboard__card-1 {
    background: #193576 !important;
}

.dashboard__card-icon-1, .dashboard__card .view-btn-1 {
    color: #193576 !important;
}

.dashboard__card-2 {
    background: #1B75BC !important;
}

.dashboard__card-icon-2, .dashboard__card .view-btn-2 {
    color: #1B75BC !important;
}

.dashboard__card-3 {
    background: #F6296E !important;
}

.dashboard__card-icon-3, .dashboard__card .view-btn-3 {
    color: #F6296E !important;
}

.dashboard__card-4 {
    background: #1562A1 !important;
}

.dashboard__card-icon-4, .dashboard__card .view-btn-4 {
    color: #1562A1 !important;
}

.dashboard__card-5 {
    background: #ad0a0a !important;
}

.dashboard__card-icon-5, .dashboard__card .view-btn-5 {
    color: #ad0a0a !important;
}

.dashboard__card-6 {
    background: #1c3364 !important;
}

.dashboard__card-icon-6, .dashboard__card .view-btn-6 {
    color: #1c3364 !important;
}

.dashboard__card-7 {
    background: #FB542B !important;
}

.dashboard__card-icon-7, .dashboard__card .view-btn-7 {
    color: #FB542B !important;
}

.dashboard__card-8 {
    background: #c17416 !important;
}

.dashboard__card-icon-8, .dashboard__card .view-btn-8 {
    color: #c17416 !important;
}

.dashboard__card-9 {
    background: #506e2e !important;
}

.dashboard__card-icon-9, .dashboard__card .view-btn-9 {
    color: #506e2e !important;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card {
        padding: 25px;
    }
}

.dashboard__card-content .price {
    font-family: "Open Sans", sans-serif !important;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 1399px) {
    .dashboard__card-content .price {
        font-size: 15px;
    }
}

.dashboard__card-content .info {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card-content .info {
        font-size: 13px;
    }
}

.dashboard__card-icon {
    color: var(--brand-color);
    background: #fff;
    font-size: 36px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-shadow: 2px 3px 5px;
    box-shadow: 0 3px 12px 3px rgba(255, 255, 255, 0.15);
}

@media (max-width: 1399px) and (min-width: 992px) {
    .dashboard__card-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}

@media (max-width: 1399px) and (max-width: 450px) {
    .dashboard__card-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}

@media (max-width: 991px) {

    .dashboard__card-content .info {
        font-size: 12px;
    }
    .dashboard__card-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

.dashboard-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
}

div[class*=col]:nth-of-type(4n + 1) .dashboard__card {
    background: #352b3a;
}

.rating, .header-bottom-area, .menu, .contact-info-item, .dashboard__card, .deposit-group, .post__item-content .post-creator {
    display: flex;
    flex-wrap: wrap;
}

.dashboard__card {
    background: linear-gradient(-45deg, #0F054C 0%, #22196D 100%);
    padding: 18px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

div[class*=col]:nth-of-type(4n + 1) .dashboard__card-icon {
    color: #352b3a;
}

.preloader, .video-button, .dashboard__card-icon, .dashboard-link, .feature-item_icon, .counter-item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__card-icon {
    color: var(--brand-color);
    background: #fff;
    font-size: 36px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-shadow: 2px 3px 5px;
    box-shadow: 0 3px 12px 3px rgb(255 255 255 / 15%);
}

.dashboard__card-icon img {
    max-width: 25px;
}

.sell-post-details {
    margin: 100px 0;
}

.sell-post-details .text-box {
    margin-top: 30px;
}

.sell-post-details .text-box h4 {
    text-transform: uppercase;
}

.sell-post-details .payment-box {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
}

.sell-post-details .payment-box h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sell-post-details .payment-box .btn-check + .btn-primary {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 0px;
    /* margin-bottom: 10px; */
    padding: 10px;
    display: block;
    color: #212529;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sell-post-details .payment-box .btn-check + .btn-primary .check {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
}

.sell-post-details .payment-box .btn-check + .btn-primary::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
}

.sell-post-details .payment-box .btn-check:checked + .btn-primary .check {
    opacity: 1;
}

.padding-x-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sell-post-details .payment-box .btn-check:checked + .btn-primary::after {
    background: none;
}

.sell-post-details .payment-box .btn-check:focus + .btn-primary,
.sell-post-details .payment-box .btn-primary:focus {
    color: #000;
    background-color: #fff;
    border-color: var(--base-secondary);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.sell-post-details .payment-box .payment-options {
    height: 171px;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar {
    width: 6px;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}

.sell-post-details .payment-box .payment-options::-webkit-scrollbar-thumb:hover {
    background: var(--base);
}

.sell-post-details .estimate-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sell-post-details .estimate-box ul li {
    margin-bottom: 15px;
}

.sell-post-details .estimate-box ul li span {
    float: right;
}

.sell-post-details .estimate-box .game-btn-sm {
    font-size: 14px;
}

.sell-post-details .estimate-box .game-btn-sm img {
    left: -10px;
}

.package-details {
    margin: 100px 0;
}

.sell-post-details form {
    background: rgb(27 15 35);
    padding: 0px;
}

.sell-post-details-custom form {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
}


.cursor-pointer {
    cursor: pointer
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #f5f6f6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.table-custom {
    overflow-x: inherit !important;
}

.recent-blog a {
    color: #fff;
    font-size: 16px;
    line-height: 2.8;
}

.recent-blog a:hover {
    color: var(--base);
}

.recent-blog a + p {
    font-size: 12px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: transparent !important;
}

.btn-site {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.btn-site:hover {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.btn-check:focus + .btn-site, .btn-site:focus {
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
    box-shadow: none;
}

.form-box .input-group.prepend .game-btn {
    width: 80px;
    font-size: 13px;
    height: 60px;
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(16% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%);
}

.form-box .input-group.append .form-control,
.form-box .input-group.append .form-select {
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%);
}

.form-box .input-group.append .game-btn {
    width: 80px;
    font-size: 13px;
    height: 60px;
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 84% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 84% 100%, 0 100%, 0 100%, 0% 30%);
}

.form-box .input-group.prepend .form-control,
.form-box .input-group.prepend .form-select {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
    clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 100%, 0% 30%);
}

.bg-form-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
}

.custom-card.card-lg.bg-gradient .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-select {
    background-image: url(../images/downward-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}

.prepend-btn {
    background: #1d1024;

    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%) !important;
    clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 100%, 0% 30%) !important;
}

.prepend-btn::before, .prepend-btn::before {
    content: "";
    background: #1d1024;
}

.shop-section .form-select:focus,
.shop-section .form-control:focus {
    background-color: #493f4f;
    color: #fff;
}

.form-select option:checked {
    color: #fff;
    background-color: var(--base) !important;
}

.form-select option:hover {
    color: #fff;
    background-color: var(--base) !important;
}

.form-select:focus > .form-select option:checked {
    background-color: var(--base) !important;
}

.text-cursor {
    cursor: text !important;
}

.btn.btn-custom:hover {
    color: var(--base);
}

@media (max-width: 1399px) {

    .footer-section .footer-box h5{
        font-size: 16px;
    }
    .footer-section .footer-box .social-links a {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        padding-top: 10px;
    }

    .footer-section .footer-box .social-links a i {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-brand img {
        max-height: 100px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        min-width: 80px;
    }

    .banner .text-box h5 {
        letter-spacing: 24px;
    }

    .navbar .navbar-text {
        right: 20px;
    }

    .shop-section .game-box .game-btn-sm.makeOffer {
        font-size: 10px;
        height: 33px;
        padding-top: 3px;
        position: absolute;
        top: 15px;
        right: 8px;
        width: 100px;
    }
}

@media (max-width: 1020px) {
    .navbar .navbar-brand img {
        max-height: 100px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        min-width: 60px;
    }

    .footer-section .footer-box .social-links a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        padding-top: 6px;
    }

    .footer-section .footer-box .social-links a i {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-text {
        right: 110px;
        top: 6px;
    }

    .banner .text-box h5 {
        letter-spacing: 12px;
    }

    .banner .text-box h1 {
        font-size: 80px;
    }

    .banner .text-box {
        margin-bottom: 388px;
    }

    h5 {
        font-size: 15px;
    }
    .shop-section .game-box .game-btn-sm.makeOffer {
        font-size: 10px;
        padding-top: 3px;
        position: absolute;
        right: 8px;
        top: unset;
        bottom: 10px;
        width: 200px;
        height: 40px;

    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        min-width: 100px;
    }

}

@media (max-width: 767px) {
    .banner .text-box h5 {
        letter-spacing: 7px;
    }

    h2 {
        font-size: 24px;
    }
    .shop-section .game-box .img-box+div{
        float: left;
    }
    .shop-section .game-box .name{
        text-align: left;
    }
}

@media (max-width: 576px) {
    .navbar .navbar-text {
        top: 4px;
    }
	.info1-div {
      flex-direction: column; /* Stack items vertically */
   }
   .info1-div li {
      margin-right: 0; /* Remove horizontal margin */
      margin-bottom: 10px; /* Add vertical margin for spacing */
   }
	
	.genius-banner {
       position: relative;
       display: block;
       overflow: hidden;
       border-radius: 10px;
       border: 1px solid #fff;
       -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
       transition: all .3s linear;
    }
    .genius-banner .inner-content {
       position: absolute;
       left: 30px;
       top: 50%;
       transform: translateY(-50%);
    }

	.genius-banner .inner-content p {
       font-size: 18px;
       font-weight: 600;
       color: #377dff;
       margin-bottom: 5px;
    }
 
	.genius-banner .inner-content h4 {
       display: inline-block;
       font-size: 24px;
       line-height: 28px;
       font-weight: 600;
       letter-spacing: 1px;
       margin-bottom: 0px;
    }

	.genius-banner img {
       width: 100%;
       transform: scale(1);
       -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
        transition: all .3s linear;
    }

	.genius-banner:hover img {
       transform: scale(1.1);
    }

    .banner .text-box {
        margin-bottom: 130px;
    }

    .banner .text-box h1 {
        font-size: 42px;
    }

    .banner .text-box h5 {
        letter-spacing: 2px;
    }

    .topup-section .img-box img,
    .voucher-section .img-box img,
	.deal-of-day-section .img-box img,
    .giftcard-section .img-box img {
        /*width: 100%;*/
    }
    section.shop-section.sell-post  .col-md-8.mt-5.mt-lg-0 .col-md-12.col-sm-6{
        width: 50%;
    }
    .img-box.image-slider.owl-carousel.owl-loaded.owl-drag {
        width: 100%;
    }
    .shop-section .game-box .game-btn-sm.makeOffer{
        width: 100%;
    }

}

@media (max-width: 480px) {
    .banner .text-box {
        margin-bottom: 130px;
    }

    .banner .text-box h1 {
        font-size: 42px;
    }

    .banner .text-box h5 {
        letter-spacing: 2px;
    }
    .shop-section .item-area .col-md-3.col-sm-4.col-4{
        width: 50%;
    }
}


@media (max-width: 450px) {

    .topup-section .col-lg-2.col-md-3.col-sm-4.col-4,
    .voucher-section .col-lg-2.col-md-3.col-sm-4.col-4,
	.deal-of-day-section .col-lg-2.col-md-3.col-sm-4.col-4,
    .giftcard-section .col-lg-2.col-md-3.col-sm-4.col-4 {
        width: 50%;
    }

    section.shop-section.sell-post  .col-md-8.mt-5.mt-lg-0 .col-md-12.col-sm-6{
        width: 100%;
    }
    .img-box.image-slider.owl-carousel.owl-loaded.owl-drag {
        width: 200px;
    }
    .shop-section .game-box .game-btn-sm.makeOffer{
        max-width: 100%;
    }
}


@media (max-width: 414px) {
    .page-header {
        padding: 120px 0 80px 0;
    }
}
@media (max-width: 350px) {
    .navbar .navbar-text .notification-icon {
        margin-right: 16px;
    }

    .navbar .navbar-text {
        right: 90px;
    }

    h2 {
        font-size: 20px;
    }

    .header-text a, .header-text-link a {
        display: inline-block;
        width: 105px;
    }

    .header-text-link a i {
        position: relative;
        top: 2px;
        right: -1px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        font-size: 18px;
    }

    .voucher-section .img-box .tags span,
    .topup-section .img-box .tags span,
	.deal-of-day-section .img-box .tags span,
    .giftcard-section .img-box .tags span {
        padding: 2px 3px;
    }

    .banner .text-box {
        margin-bottom: 130px;
    }

    .banner .text-box h1 {
        font-size: 36px;
    }

    .banner .text-box h5 {
        letter-spacing: 2px;
    }
}

.table {
    margin: 0;
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.table thead tr {
    background: var(--base);
}

.table thead tr th {
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.table tbody {
    font-size: 14px;
}

.table tbody tr {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table tbody tr td {
    color: #f5f6f6;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
}

.table tbody tr td .badge {
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .table tbody tr td {
        border-color: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 991px) {
    .table thead {
        display: none;
    }

    .table tbody tr {
        display: block;
    }

    .table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: end;
        padding-left: 25px;
    }

    .table tbody tr td:last-child {
        border: none;
    }

}
@media screen and (max-width: 768px) {
  .info1-div {
    flex-direction: column; /* Stack items vertically */
  }

  .info1-div li {
    margin-right: 0; /* Remove horizontal margin */
    margin-bottom: 10px; /* Add vertical margin for spacing */
  }
}
@media screen and (max-width: 768px) {
    .deal-of-day-section .img-box2 .price span {
        font-size: 13px; /* Adjust the font size for mobile screens */
    }
}
@media screen and (max-width: 768px) {
    .deal-of-day-section .img-box2 .oldprice span {
        font-size: 11px; /* Adjust the font size for mobile screens */
    }
}
@media (max-width: 767px) { /* Adjust the max-width based on your mobile breakpoint */
        .info-div {
            margin-top: auto; /* Adjust this value for mobile screens */
        }
    }
/*----------------------------------------------
/*----------------------------------------------
Flash deal section updated
----------------------------------------------*/
.flash-card-dark {
    background-color: #2b2b2b;
    border: 1px dashed #444;
    border-radius: 12px;
    padding: 20px 15px;
    color: white;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: center;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.05); /* Light base glow */
}

.flash-card-dark:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(255, 0, 102, 0.3), 0 0 35px rgba(255, 0, 102, 0.15);
}

/* Image styling */
.flash-card-dark .product-img {
    border-radius: 10px;
    max-height: 130px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.flash-card-dark:hover .product-img {
    transform: scale(1.03);
}

/* Countdown Timer */
.flash-countdown {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    margin: 0 auto 15px auto;
    padding: 0;
    max-width: 100%;
    animation: glowTimer 1.5s infinite alternate;
}

@keyframes glowTimer {
    0%   { text-shadow: 0 0 5px #00f6ff; }
    100% { text-shadow: 0 0 15px #00f6ff, 0 0 30px #00f6ff; }
}

.flash-countdown .flash-count {
    flex: 1;
    max-width: 65px;
    background-color: #1c1c1c;
    color: #fff;
    padding: 8px 5px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 6px rgba(0, 255, 255, 0.1);
}

.flash-countdown .flash-count span {
    font-size: 10px;
    font-weight: normal;
    color: #ccc;
    margin-top: 4px;
}

/* Discount Badge */
.discount-badge {
    background-color: #3d3d3d;
    color: #00ffb3;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0 0 12px rgba(0, 255, 179, 0.5);
    animation: flicker 2s infinite alternate;
}

@keyframes flicker {
    0%   { box-shadow: 0 0 8px rgba(0, 255, 179, 0.3); }
    100% { box-shadow: 0 0 20px rgba(0, 255, 179, 0.8); }
}

/* Cart Button Hover */
.flash-card-dark .btn-success {
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.flash-card-dark .btn-success:hover {
    background-color: #00cc66;
    box-shadow: 0 0 12px rgba(0, 255, 0, 0.3);
}

/* Desktop layout fine-tune */
@media (min-width: 992px) {
    .flash-countdown {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* --- WHY US SECTION --- */
.why-us-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.why-us-card {
    background-color: #2b2b2b;
    border: 1px dashed #444;
    border-radius: 12px;
    padding: 40px 30px;
    color: white;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: left;
    box-shadow:
        0 0 15px rgba(0, 212, 255, 0.15),
        0 0 30px rgba(0, 212, 255, 0.2),
        0 0 50px rgba(0, 212, 255, 0.3);
}

.why-us-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 0 25px rgba(0, 212, 255, 0.3),
        0 0 35px rgba(0, 212, 255, 0.4),
        0 0 60px rgba(0, 212, 255, 0.5);
}

.section-titlewa {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
}

.why-us-list li {
    font-size: 0.98rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ddd;
}

.badge-img {
    max-width: 200px;
    filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.4));
}

/* --- Payment Methods Box --- */


.payment-methods-box p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ddd;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.payment-icon {
    height: 40px;
    opacity: 0.85;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.payment-icon:hover {
    transform: scale(1.05);
    opacity: 1;
}
.payment-banner-img {
    max-width: 60%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
    opacity: 0.95;
}
/* --- HOW IT WORKS SECTION --- */
.how-works-flow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem; /* more space between cards */
}

.how-works-card {
    width: 280px;
    background-color: #2b2b2b;
    border: 1px dashed #444;
    border-radius: 10px;
    padding: 15px 15px;
    color: white;
    text-align: center;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.15),
                0 0 20px rgba(0, 212, 255, 0.2);
}

/* Icon styling */
.how-works-card .fa {
    font-size: 2rem;
}

/* Arrows for desktop (row layout) */
@media (min-width: 768px) {
    .how-works-card.has-arrow::after {
        content: '»';
        position: absolute;
        right: -3rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2.5rem;
        color: #00d4ff;
        animation: pulseArrow 2.2s infinite;
    }
}

/* Arrows for mobile (column layout) */
@media (max-width: 767px) {
    .how-works-flow {
        flex-direction: column;
        align-items: center;
    }

    .how-works-card.has-arrow::after {
        content: '⇩'; /* Two stacked arrows */
        position: absolute;
        bottom: -2rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: 2rem;
        color: #00d4ff;
        animation: pulseArrowDown 2.5s infinite;
    }
}

@keyframes pulseArrowDown {
    0% { opacity: 0.3; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(14px); }
    100% { opacity: 0.3; transform: translateY(0); }
}


@keyframes pulseArrow {
    0% { opacity: 0.3; transform: translate(0, 0) rotate(0deg); }
    50% { opacity: 1; transform: translate(12px, 0) rotate(0deg); }
    100% { opacity: 0.3; transform: translate(0, 0) rotate(0deg); }
}

.section-titlehw {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}