@import url('DropdownButton.css');
@import url('Toast.css');
@import url('Card.css');
@import url('ExternalLogin.css');
@import url('game-icons.css');
@import url('dot.css');
@import url('MMOGAItems.css');
@import url('Quill.css');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

.icon {
    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.left .icon {
    font-size: 22px;
    margin-top: 8px;
}

.carousel-caption {
    left: 0px;
}

.text-header,
.text-subheader {
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 0;
}

.text-subheader {
    margin-bottom: 0.5rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.cart-badge {
    font-size: 0.5rem;
    top: -2px !important;
    margin-left: -0.75rem;
}

.cart-logo {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .cart-logo {
        margin-left: 5px;
    }
}

.btn-shopping-bag {
    font-size: 30px;
    line-height: 1;
    background-color: transparent;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-danger {
    background-color: #CD365C !important;
    border-color: #CD365C !important;
}

    .btn-danger:hover:not(.no-hover) {
        background: #8b1835 !important;
        border-color: #8b1835 !important;
    }

.btn-warning {
    background-color: #E08230 !important;
    border-color: #E08230 !important;
}

    .btn-warning:hover:not(.no-hover) {
        background: #b36826 !important;
        border-color: #b36826 !important;
    }

.bg-danger {
    background-color: #CD365C !important;
}

.btn-success {
    background-color: #36ae72 !important;
    border-color: #36ae72 !important;
}

    .btn-success:hover:not(.no-hover) {
        color: #fff;
        background-color: #2d915f !important;
        border-color: #2a8759 !important;
    }

.btn-mako {
    color: #fff;
    background-color: #404852;
    border-color: #404852;
}

    .btn-mako:hover:not(.no-hover) {
        background-color: #2f353d;
        border-color: #2a2f35;
    }

.review-btn {
    background-color: #CD365C !important;
}

    .review-btn:hover {
        background: #8b1835 !important;
    }

.custom-align-vertical {
    margin-top: unset;
    margin-bottom: unset;
}

.card-head-svg {
    background: #36ae72;
    text-align: center;
    width: 50px;
}

.reviews-container {
    height: 90px !important;
    overflow: hidden;
}

.commonninja_component .viewer {
    padding: 0 !important;
}

.align-right {
    float: right;
}

@media (min-width: 768px) {
    .align-md-right {
        float: right;
    }
}

.confirmation-icon {
    color: #28a745;
    font-size: 20px;
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.error-icon {
    color: #dc3545;
    font-size: 20px;
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.landing-page {
    height: 100vh;
    position: relative;
}

    .landing-page .slideshow {
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 100vh;
    }

    .landing-page .swiper-pagination-bullets {
        bottom: 90px !important;
        display: none !important;
    }

        .landing-page .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 28.43px;
            height: 3px;
            opacity: 1;
            border-radius: 0;
            background: rgba(255, 255, 255, 0.6);
            opacity: 1;
        }

@media (min-width: 576px) {
    .landing-page .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 67.32px;
    }

    .landing-page .swiper-pagination-bullets {
        bottom: 8px !important;
    }
}

.landing-page .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #05ac74;
}

.landing-page .text-header, .text-subheader {
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .landing-page .text-header, .text-subheader {
        font-size: 60px;
        line-height: 82px;
    }
}

.landing-page .text-subheader {
    margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
    .landing-page .text-subheader {
        margin-bottom: 1rem;
    }
}

.landing-page button {
    width: fit-content;
}

@media (min-width: 768px) {
    .h-md-70 {
        height: 70% !important;
    }
}

.h-65 {
    height: 65% !important;
}

.slidertext {
    background-image: linear-gradient(90deg,#000,#000,#000,#000);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: .1875em;
    -webkit-background-clip: text;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px;
    font-family: 'impact';
}

.vh-50 {
    height: 50vh;
}

.custom-modal-overlay .blazored-modal {
    background-color: transparent !important;
    border: none !important;
}

    .custom-modal-overlay .blazored-modal .card {
        color: #fff;
        background-color: rgb(31, 40, 51);
    }

.fade-text {
    -webkit-mask-image: linear-gradient(90deg, #000, #000, #000, #000, #000, #000, #000, #000, #000, #000, #000, #000, transparent, transparent);
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.dropdown-button a:not(.btn) {
    color: #059867 !important;
}

a:hover:not(.no-hover) {
    color: #059867;
    text-decoration: underline
}

#step3 .input-group {
    flex-wrap: unset;
}

.sectionTwo {
    padding-top: 100px !important;
}

.sec2Cart .btn-dark {
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: 700;
    min-width: 300px;
    background: #404852;
    border-radius: 20px;
}

.receipt-head-svg {
    text-align: center;
    width: 70px;
    margin-left: auto !important;
}

    .receipt-head-svg .svg-font {
        width: 70px !important;
        height: 70px !important;
    }

.font-weight-bold {
    font-weight: 700 !important;
}

.text-right {
    text-align: right !important;
}

/* Receipt Page */

.card .card .form-control {
    background-color: #ffffff26;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #36ae72;
    border: 0 solid #ced4da;
    border-radius: 10px;
    opacity: 1; /* required on iOS */
}

.form-control {
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    background-color: #404852;
    border: 0;
}

.input-group-prepend .input-group-text {
    height: 40px;
    min-width: 40px;
}

.input-group-append .input-group-text {
    height: 40px;
}

.input-group-prepend .svg-font {
    height: 28px !important;
}

.btn-link:hover {
    color: #2d915f !important;
}

.trade-popover {
    left: initial;
    top: initial;
    max-width: 100%;
    background-color: #404852;
}

.text-muted {
    color: #6c757d !important;
}

.trade-popover .faq-link {
    text-decoration: underline;
}

.trade-popover .form-group {
    margin-bottom: 1rem;
}

.form-control.invalid {
    border: 1px solid #C6214C;
}

.card-footer:last-child {
    border-radius: 0 0 8px 8px;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-footer {
    background-color: #1f2833;
    border-radius: 10px;
}

.card-footer {
    padding: 30px;
    background-color: #059867;
    border-top: 2px solid rgba(0,0,0,.125);
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #00000008;
    border-top: 1px solid rgba(0,0,0,.125);
}

.card {
    border: 0;
    box-shadow: 0 0 10px #0000004d;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1f2833;
    background-clip: border-box;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .discover-games .card-game-one .card-footer {
        padding: 10px 20px 20px;
    }
}

.discover-games .card-game-one .card-footer {
    padding: 10px;
    border: 0;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.discover-games .game-title {
    font-size: 17px;
}

@media (min-width: 768px) {
    .discover-games .game-title {
        font-size: 23px;
    }
}

@media (min-width: 768px) {
    .game-title {
        left: 15px;
    }
}

.game-title {
    z-index: 1;
    color: #fff;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 3px #0a0a23, -2px -2px 3px #0a0a23, 2px -2px 3px #0a0a23, -2px 2px 3px #0a0a23;
}

.game-sold-out {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 150px;
}

@media (max-width: 412px) {
    .game-sold-out {
        width: 130px;
    }

    .game-title {
        z-index: 1;
        color: #fff;
        margin-bottom: 2px !important;
    }
}

.game-code-img {
    position: absolute;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 65%;
}

    .game-code-img img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 50px 15px #0a0a23;
    }

    @media (max-width: 412px) {
        .game-code-img {
            width: 120px;
            margin-top: 6%;
        }
    }

    .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.discover-games .card-game-one .card-body {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 150px;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    padding-bottom: 0 !important;
}

@media (min-width: 992px) {
    .discover-games .card-game-one .card-body {
        padding: 20px;
        height: 250px;
    }
}

@media (min-width: 576px) {
    .discover-games .card-game-one .card-body {
        padding: 20px;
        height: 200px;
    }
}

.text-small {
    height: 24px;
}

.side {
    background: #2E3641;
}

.text-left {
    text-align: left !important;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

.custom-modal-overlay {
    z-index: 1000 !important;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');*/
* {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
}

.bg-success,
.btn-success {
    background: #05ac74 !important;
}

    .bg-success .svg-font {
        width: 20px;
    }

.rounded-3 {
    border-radius: 10px !important;
}


/* Global */
.invert {
    filter: invert(1);
}

/* ---------My-Checkbox-Design-------- */
/* The container */
.container-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0 !important;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        /* top: 0; */
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 6px;
    }

    /* When the checkbox is checked, add a green background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #05c283;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox .checkmark:after {
        left: 7px;
        top: 2px;
        width: 6px;
        height: 13px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .container-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .container-radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .container-radio input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .container-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .container-radio input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .container-radio .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

/* chckbox-2 for other pages */
.container-checkbox .checkmark.check2 {
    background: #404851;
    border-radius: 4px;
}

.con-check2 {
    margin-bottom: 6px;
}

/* ---------Checkbox-Styling-End---------- */

/* ---------flag select option------ */
.custom-dropdown {
    position: relative;
    /*width: 70px;*/
}

.selected-option {
    padding: 5px;
    cursor: pointer;
    width: 70px;
    height: 40px;
    overflow: hidden;
}

    .selected-option select {
        position: absolute;
        color: #fff;
        background: transparent;
        border: 0;
        outline: none;
        z-index: -3;
    }

.dropdown-options {
    display: none;
    position: absolute;
    background-color: #1F2833;
    color: #fff;
    list-style: none;
    padding: 8px;
    margin-top: 10px;
    border-radius: 10px;
}

    .dropdown-options li {
        padding: 5px;
        cursor: pointer;
        display: flex;
        height: 30px;
        width: 120px;
        gap: 10px;
        align-items: center;
        margin-bottom: 3px;
    }

.country-drop img {
    width: 40px;
}

.dropdown-options li:hover {
    color: #05ac74;
}
/* --------select option end--------- */

/* Hero Carousal */
.swiper .swiper-wrapper .swiper-slide .slider-img-sm {
    display: none;
}

/* header */
header.my-head {
    width: 100%;
    margin: 0 auto;
}


/* Nav */
nav img {
    width: 50px;
}

/* #2D915F */
nav {
    width: 100%;
    background: #1f1818cc;
    padding: 20px !important;
    display: flex;
    justify-content: center;
}

    nav .d-flex {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

        nav .d-flex .nav-toggler img {
            width: 30px;
            cursor: pointer;
            margin-right: 40px;
        }

        /* nav .d-flex .logo { width: 16vw;overflow: hidden;} */
        nav .d-flex .logo img {
            width: 198px;
            height: 48px;
            cursor: pointer;
            margin-right: 10px;
        }

.search {
    background: #fff6;
    padding: 0.9em 1rem;
    margin: 0 10px;
    display: flex;
    border-radius: 10px !important;
    /* backdrop-filter: blur(12px); */
}

    .search img {
        width: 25px;
        pointer-events: none;
        opacity: 0.5;
    }

    .search input {
        width: 480px;
        background: transparent;
        border: 0;
        color: #fff;
        outline: none;
    }

input::placeholder {
    color: #ccc !important;
}


.navigation.open .list-unstyled {
    padding-left: 24px;
    margin-top: -11px;
}

.navigation.open {
    padding-top: 8vh !important;
}

@media (min-width: 1200px) {
    .navigation.open {
        padding-top: 150px !important;
    }
}

.text-success {
    color: #36ae72 !important;
}

.navigation.open .list-unstyled .h1 {
    font-size: 30px;
}

.search2 {
    display: none !important;
    opacity: 0;
}

.dropdown-menu.show {
    top: 120%;
    width: 13rem;
    right: 0%;
    overflow: hidden;
    left: unset;
}

.badgecart {
    transform: translate(-65%, 110%);
    font-size: 12px;
}


nav .d-flex .currncy-drop select {
    appearance: none;
    outline: none;
    border: 0;
    background: #26273F;
    margin: 0 8px;
}

    nav .d-flex .currncy-drop select option {
        border-radius: 10px;
        border: 0;
        outline: none;
    }

        nav .d-flex .currncy-drop select option:hover {
            background-color: red;
        }

nav .d-flex .cart svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    cursor: pointer;
    transition: 0.2s;
}

    nav .d-flex .cart svg:hover {
        fill: #059867;
    }

/* .signin button .text {
    display: block;
} */
.signin button svg {
    display: none;
}

/*       navigation              */
.navigation {
    visibility: hidden;
    display: none;
}

    .navigation.open {
        display: block;
        visibility: visible;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background: #141a21e6
    }

        .navigation.open .container {
            padding-left: 5rem !important;
        }

        .navigation.open .profile-sm {
            display: none;
            background: #1f2833;
        }

        .navigation.open ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 80px;
            transition: 0.4s;
        }

            .navigation.open ul li a:hover {
                color: #05ac74;
            }

/* Login Modal Design */

.login-modal .mb-3 input {
    background: #404852;
    border: 0;
    outline: none;
    color: #fff;
}

.login-modal input::placeholder {
    color: #a7a7a7;
}

.login-modal .modal-head {
    padding: 0;
    width: 100%;
    margin: 0;
    background: #05c283;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

    .login-modal .modal-head .icon {
        height: 40px;
        padding: 30px;
        background: #05c283;
    }

    .login-modal .modal-head .text {
        width: 75%;
        height: 40px;
        padding: 30px;
        margin: 0;
        text-align: left;
    }

    .login-modal .modal-head .close_modal {
        height: 40px;
        padding: 20px;
        background: #05c283;
    }

    .login-modal .modal-head svg {
        color: #fff;
        height: 20px;
    }

.login-modal .modal-header .modal-title span {
    background: #059867;
    padding: 10px;
    margin: 0;
    width: 100%;
    display: contents;
    font-size: 25px;
    margin-left: 10px;
}

.login-modal .modal-header .close-btn {
    background: #059867;
    height: 100%;
    margin: 0;
    padding: 10px;
}

    .login-modal .modal-header .close-btn .btn-close {
        background: url(../images/cross-icon.svg);
        filter: invert(1);
    }

/* .login-modal .modal-header .btn-close::before {
    content: 'Close';
    display: block;
} */
.login-modal input[type="checkbox"]:checked {
    background-color: green;
    border: 0;
    scale: 1.1;
    color: white;
}

/* _______Section_Two__________ */
.sectionTwo .row .insta-card {
    width: 100%;
    height: 400px;
    overflow: hidden;
    transition: 0.5s;
    margin: 10px;
    cursor: pointer;
    position: relative;
}

    .sectionTwo .row .insta-card::after {
        content: url(../images/playicon.svg);
        width: 50px;
        height: 100%;
        display: block;
        z-index: 10000;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transition: 0.4s;
    }

    .sectionTwo .row .insta-card:hover {
        opacity: 0.5;
    }

        .sectionTwo .row .insta-card:hover::after {
            opacity: 1;
        }

    .sectionTwo .row .insta-card img {
        width: 100%;
        object-fit: cover;
    }

/* footer section */
footer a {
    text-decoration: none;
    color: #fff;
}

footer .reviews a svg {
    fill: #fff;
}

    footer .reviews a svg:hover {
        fill: #059867;
    }

footer a:hover {
    color: #059867;
}

/* Chat option */
.caht-option {
    position: sticky;
    bottom: 22px;
    left: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

    .caht-option img {
        width: 100%;
        filter: invert(2);
    }

/* __________________________________GAMES_PAGE____________________________________ */
.filter {
    color: #fff;
    font-size: 1em;
}

    .filter .user_pic {
        width: 75px !important;
    }

@media (min-width: 576px) {
    .filter {
        background: #1F2833;
    }
}

.filter input[type="checkbox"] {
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
    border-radius: 4px;
    margin: 3px;
    background: #404851 !important;
    outline: none;
    border: 0;
}

.filter .d-flex label {
    margin: 0;
}

.sec2Game .filterd_cards .card {
    min-height: 30vh;
    width: 240px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: scroll;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1em;
}

    .sec2Game .filterd_cards .card button {
        border-radius: 12px;
    }

/* __________________________________BLOG_PAGE____________________________________ */
/* {} */
.sec2Blog .filter ol {
    list-style-type: none;
    counter-reset: my-counter;
}

    .sec2Blog .filter ol li::before {
        content: counter(my-counter);
        background-color: #05ac74;
        color: #FFFFFF;
        padding: 0.1em 0.5em;
        border-radius: 10px;
        font-weight: bold;
        font-size: 12px;
        margin-right: 10px;
        margin-left: -30px;
    }

    .sec2Blog .filter ol li {
        counter-increment: my-counter;
        margin: 15px 0;
    }

.sec2Game .filterd_cards .card2 {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    background-color: #1F2833;
}

    .sec2Game .filterd_cards .card2 img {
        width: 100%;
        object-fit: cover;
    }

    .sec2Game .filterd_cards .card2 .svg svg {
        width: 70px;
        height: 75px;
        color: #05ac74;
    }

.sec2Blog a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 992px) {
    .sec2Blog a {
        width: 100%;
    }
}

.sec2Blog a:hover {
    color: #05ac74;
}

.sec2Game .filterd_cards .card3 {
    background: #1F2833;
}

.sectionTwo .card3 .card-head {
    background: #059867;
    border-radius: 0.5em 0.5em 0 0;
    overflow: hidden;
}

    .sectionTwo .card3 .card-head.left-dock {
        border-radius: 0 0.5em 0 0;
    }

.sectionTwo .card3 .card-bottom {
    border-radius: 0 0 0.5em 0.5em;
    background: #1F2833;
}

.sectionTwo .card3 .absolute-card {
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(-25%);
    max-height: 460px;
}

    .sectionTwo .card3 .absolute-card::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(to top, rgb(41, 41, 41), transparent, transparent, transparent);
        position: absolute;
        top: 0;
    }

    .sectionTwo .card3 .absolute-card h3 {
        position: absolute;
        bottom: 0%;
        left: 5%;
        z-index: 10;
    }

.sectionTwo .card3 .btn-danger {
    border-radius: 10px !important;
}

.sectionTwo .card3 .svg-font {
    width: 22px;
    height: 50px;
}

.blog-ul {
    list-style: none;
    list-style-position: outside;
}

    .blog-ul.blog-ul1 li {
        line-height: 2.5;
    }

    .blog-ul li {
        line-height: 4;
    }

        .blog-ul li span.text-bg-success {
            background: #05ac74 !important;
        }

        .blog-ul li a {
            text-decoration: none;
            color: #fff;
            margin-left: 1rem;
        }

/* __________________________________CART_PAGE____________________________________ */
.cart-b .d-flex {
    background: #404851;
    height: 40px;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    position: relative;
}

.card3 .card .cart-b .d-flex {
    background-color: #ffffff26;
}

    .card3 .card .cart-b .d-flex .right {
        background-color: #36ae72;
    }

.cart-b .d-flex input {
    background: #404851;
    height: 100%;
    outline: none;
    border: 0;
    color: #fff;
    opacity: 1; /* required on iOS */
    /* width: 100%; */
}

.cart-b .d-flex svg {
    /* all: initial; */
    /* height: ; */
}

.cart-b .btn-clr {
    background: #404851;
    color: #fff;
}

    .cart-b .btn-clr:hover {
        background: #059867;
    }

.cart-b .d-flex .left,
.cart-b .d-flex .right {
    padding: 8px 15px;
    background: #05c283;
    cursor: pointer;
    position: relative;
}

    .cart-b .d-flex .left .svg-font,
    .cart-b .d-flex .right .svg-font {
        height: unset;
    }

.cart-b .d-flex .right {
    right: 0;
    margin-left: auto !important;
}

.radio-image {
    display: inline-block;
    margin-right: 10px;
}

.radio-input {
    display: none;
}

.radio-image label img {
    width: 200px;
    background: #fff;
    /*height: 100px;*/
    object-fit: contain;
    border-radius: 15px;
    cursor: pointer !important;
}

.radio-label {
    border: 2px solid transparent;
    border-radius: 25px;
    border: 10px solid transparent;
}

.radio-input:checked + .radio-label {
    border: 10px solid #36ae72;
}

/* ---------custom-select--------- */
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none;
    }

.select-selected {
    background-color: #26273f;
}

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 0px 5px;
    font-size: 14px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    margin: 0 8px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #1F2833;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 10px;
    margin-top: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ---------custom-select-end-------- */

/* ________________________________BLOG_DETAILS___________________________________ */
.blogDetail p {
    margin: 30px 0;
}

/* ________________________________FAQS_DETAIL___________________________________ */
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #404852;
    color: #fff;
    border: 0;
    margin: 1rem 0;
    border-radius: 0.5rem;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: #555;
    border-radius: 10px;
}

    .accordion-item-header:hover {
        background: #05ac74;
    }

    .accordion-item-header.active {
        background: #05ac74;
        border-radius: 10px 10px 0 0;
    }

    .accordion-item-header::after {
        content: "\002B";
        font-size: 1.2rem;
        position: absolute;
        right: 1rem;
    }

    .accordion-item-header.active::after {
        content: "\2212";
    }

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
}

/* ________________________________Dashboard___________________________________ */
.dashboard {
    /* background: #1F2833; */
}

    .dashboard .side .profile {
        background: #2E3641;
    }

    .dashboard .side .buttons {
        background: #404852;
    }

        .dashboard .side .buttons svg {
            width: 20px;
            color: #05ac74;
        }

        .dashboard .side .buttons button {
            background: #1f2833;
            color: #ffff;
            margin: 10px 0;
        }

            .dashboard .side .buttons button.active {
                background: #059867;
                border: 0;
            }

                .dashboard .side .buttons button.active svg {
                    color: #fff;
                }

            .dashboard .side .buttons button:hover svg {
                color: #fff;
            }

            .dashboard .side .buttons button:hover {
                background: #3B7B62;
            }

    .dashboard .pagination {
        justify-content: end;
    }

        .dashboard .pagination .buttons {
            border: 2px solid #404852;
            border-radius: 10px;
        }

            .dashboard .pagination .buttons .button {
                padding: 5px 12px;
                border-right: 2px solid #404852;
                cursor: pointer;
                font-size: 20px;
            }

                .dashboard .pagination .buttons .button.active {
                    background: #141a21;
                }

.download-invoice-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .download-invoice-btn span {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
        color: white;
    }

.invoice-table thead td {
    padding: 16px 0;
}

    .invoice-table thead td:nth-of-type(1) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .invoice-table thead td:nth-of-type(4) {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.invoice-table tbody td {
    padding-top: 30px;
    background: transparent !important;
}

@media (min-width: 768px) {
    .invoice-table tbody td:nth-of-type(1) {
        padding-left: 0px;
    }

    .invoice-table tbody td:nth-of-type(4) {
        padding-right: 0px;
    }
}

.invoice-table tbody td .input-group-text {
    background: #36AE72;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.375rem 0.5rem;
}

    .invoice-table tbody td .input-group-text svg {
        color: #fff;
        background: transparent;
        width: 26px;
        height: 26px;
    }

.invoice-table tbody td input.form-control {
    background: #ffffff26;
    border: none;
    color: white;
}

.invoice-table tbody td span.form-control {
    background: #ffffff26;
    border: none;
    color: white;
    align-items: center;
    display: flex;
    text-overflow: ellipsis;
}

.invoice-table tbody td .input-group-append .input-group-text {
    /*background: #059867;*/
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dark-inputs .form-control {
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    background-color: #404852;
    border: 0;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .dark-inputs .form-control::placeholder {
        color: #aaa;
    }

/* .dark-inputs .custom-select::after {} */
/* .rang_inp s */
input[type=range] {
    height: 40px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    outline: none;
    background-color: #404852;
    background-clip: padding-box;
    border-radius: 10px;
    padding: .375rem .75rem;
    border: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        background: #1F2833;
        border: 0;
        border-radius: 25px;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 1px 1px 1px #05c283;
        border: 1px solid #05ac74;
        height: 20px;
        width: 35px;
        border-radius: 16px;
        cursor: pointer;
        -webkit-appearance: none;
        background: #059867 !important;
        margin-top: -5px;
    }

/* ----rang inp end---- */
.spaced-form-groups label {
    display: inline-block;
    margin-bottom: .5rem;
}

.spaced-form-groups .form-group {
    margin-bottom: 20px;
}

.media-row .card {
    box-shadow: none;
    background-color: #404852;
    color: white;
}

.media-row .media {
    align-items: flex-start;
    display: flex;
    text-align: inherit;
}

    .media-row .media .content {
        margin-bottom: 0;
    }

        .media-row .media .content:not(:last-child) {
            margin-bottom: 0.75rem;
        }

.media-row .media-left,
.media-row .media-right {
    flex: 0 0 auto;
}

.media-row .media-left,
.media-row .media-right {
    margin-right: 1rem;
}

.media-row .media-content {
    flex: 1 1 auto;
    text-align: inherit;
}

.media-row .segment {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.media-row .newsletter {
    width: 80.54px;
    height: 76.37px;
}

.side h1.hide-ele {
    display: none;
}

/* ________________PAGE_ORDER_RECEIPt____________________ */
.card-bottom .proc-steps {
    display: flex;
    justify-content: space-between;
}

    .card-bottom .proc-steps .payment {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        min-width: 80px;
    }

        .card-bottom .proc-steps .payment .icon {
            padding: 10px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #36AE72;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: auto !important;
            margin-left: auto !important;
        }

            .card-bottom .proc-steps .payment .icon svg {
                height: auto;
                background: #36AE72;
            }

    .card-bottom .proc-steps .line {
        width: 70%;
        height: 8px;
        background: #404852;
        margin-top: 15px;
        margin-bottom: auto;
    }

        .card-bottom .proc-steps .line.active {
            background: #36AE72;
        }

.card-bottom .rec-form input {
    background: #ffffff26;
}

/* .card-bottom .proc-steps .payment .small{} */
@media (min-width: 768px) {
    .media-row .newsletter {
        width: 111.15px;
        height: 105.39px;
    }
}

/* ________________MEDIA_QUREIS____________________ */
@media (max-width: 1200px) {

    /* search */
    .search2 {
        display: flex !important;
        opacity: 1;
    }

        .search2 input {
            width: 100%;
        }

    .search {
        display: none;
    }

    /* logo */
    .logo {
        padding: 0 2em;
    }
}

@media (max-width: 992px) {
    footer .row .col-md-3.ft-res {
        margin-left: 2em;
    }

    .rowflex {
        flex-wrap: wrap;
    }

    .card-bottom.cart-b {
        padding: 1em !important;
    }
}

@media (max-width: 768px) {
    body {
        /*overflow-x: hidden !important;*/
    }

    .logo {
        padding: 0;
        margin: auto;
    }

    nav {
        padding: 10px !important;
    }

    .navigation.open .profile-sm {
        display: block;
    }

    .sectionTwo .container {
        padding: 0 !important;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .side h1.hide-ele {
        display: block;
    }

        .side h1.hide-ele svg {
            cursor: pointer;
            position: absolute;
        }

    .invoice-table {
        display: flex;
        flex-direction: column;
    }

        .invoice-table thead {
            display: flex;
        }

            .invoice-table thead tr {
                display: flex;
                width: 100%;
            }

                .invoice-table thead tr td {
                    display: none;
                }

                    .invoice-table thead tr td:first-of-type {
                        display: block;
                        width: 100%;
                        border-radius: 10px;
                    }

        .invoice-table tbody tr {
            display: flex;
            flex-direction: column;
        }

            .invoice-table tbody tr td {
                padding: 8px;
                padding-bottom: 0;
            }

    .side.h-100 {
        height: auto !important;
        margin-bottom: 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        position: relative;
    }
}

@media (max-width: 576px) {
    body {
        /*overflow-x: hidden !important;*/
    }

    .swiper .swiper-wrapper .swiper-slide .slider-img-lg {
        display: none !important;
    }

    .swiper .swiper-wrapper .swiper-slide .slider-img-sm {
        display: block;
    }

    .sectionTwo {
        padding-top: 70px !important;
    }

        .sectionTwo .container {
            padding: 10px !important;
        }

    nav .d-flex {
        justify-content: space-evenly;
    }

        nav .d-flex .nav-toggler img {
            margin-right: 20px;
            margin-left: 20px;
        }

        nav .d-flex .cart svg {
            font-size: 30px;
        }

    .navbar .currncy-drop .rounded {
        margin: 0 !important;
    }

    .signin button .text {
        display: none;
    }

    .signin button {
        padding: 5px !important;
    }

        .signin button svg {
            display: block;
            color: #fff;
            width: 20px;
            height: 20px;
        }

    .navigation.open {
        /* height: fit-content; */
        padding: 5em 1em !important;
    }

        .navigation.open .search2 {
            width: 100% !important;
        }

        .navigation.open .container {
            padding: 0 !important;
        }

        .navigation.open ul li a {
            font-size: 40px;
        }

    .carousel-caption.caption-custom h1 {
        font-size: 30px;
    }

    .carousel-caption.caption-custom button {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    footer ul {
        padding-left: 0;
    }

    footer .opacity {
        display: block !important;
    }

    footer .row .col-md-3.ft-res {
        margin-left: 0em;
    }

    footer .text-end {
        margin-top: 10px;
        text-align: left !important;
    }

    footer .tpr {
        position: relative !important;
    }

    .reviews .h5 {
        text-align: left !important;
    }

        .reviews .h5 .d-flex {
            justify-content: start !important;
            padding-left: 0 !important;
        }

    footer .right .d-flex {
        display: none !important;
    }

    /* _______Card_Page__________ */
    .sec2Game .filterd_cards .card {
        height: 600px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 1em;
    }

    /* ________Blog_page_________ */
    .sec2Game .filterd_cards .card2 {
        width: 100% !important;
    }

    /* ________Faqs_page_________ */
    .sec2Game .filterd_cards .card3 {
        width: 100% !important;
    }

    .card-bottom.cart-b .head {
        display: none !important;
    }
    /*
    .cart-b .d-flex {
        width: 100% !important;
    }*/

    .cart-b .d-flex .apply {
        width: auto !important;
    }

    /*    .card-bottom .alert {
        display: none;
    }*/

    .totl .pe-5 {
        display: flex;
        padding: 0 !important;
    }

    .card-bottom .rec-form .d-flex {
        width: 100%;
        height: auto;
        overflow: visible;
        flex-wrap: wrap;
    }

    .card-bottom .rec-form .form-group {
        flex-direction: column;
    }

        .card-bottom .rec-form .form-group input,
        .card-bottom .rec-form .form-group label {
            width: 100% !important;
        }

    .card-bottom.cart-b .head2 {
        display: flex !important;
    }

    .login-modal .modal-head .icon {
        display: none !important;
    }

    nav .d-flex .logo img {
        /*width: 99px;*/
    }

    .country-drop select {
        display: none;
    }

    .selected-option {
        width: 41px;
    }

    .navigation.open .list-unstyled {
        margin-top: 20px;
    }

    .card-head2 h5 {
        font-size: 1em;
    }
}

input:disabled, textarea:disabled, input:disabled::placeholder, textarea:disabled::placeholder {
    -webkit-text-fill-color: #fff; /* 1. sets text fill to current `color` for safari */
    opacity: 1; /* 2. correct opacity on iOS */
}


.mobile-nav .selected-option {
    padding-left: 0px;
}

.mobile-nav .select-selected {
    padding: 7px 10px;
}

.mobile-nav .select-items {
    bottom: 40px !important;
}

.mobile-nav .dropdown-options {
    bottom: 26px !important;
}

.mobile-nav .select-items div {
    margin: 8px 8px;
}

.mobile-nav .nav-toggler img {
    width: 25px;
}

.mobile-nav .country-drop {
    margin-left: 10px;
}

.mobile-nav .signin {
    margin-right: 10px;
}

.mobile-nav .cart svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    cursor: pointer;
    transition: 0.2s;
}

    .mobile-nav .cart svg:hover {
        fill: #059867;
    }

.mobile-nav .signin button svg {
    width: 25px;
    height: 25px;
}

.mobile-nav .signin button img {
    width: 40px;
    height: 40px;
}

img.rounded {
    object-fit: cover;
    border-radius: 50% !important;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

@media (min-width: 768px) {
    .order-md-6 {
        order: 6 !important;
    }

    .order-md-7 {
        order: 7 !important;
    }
}

.icon-font {
    stroke: #fff !important;
    fill: none !important;
    cursor: pointer;
}

    .icon-font line {
        stroke: #fff !important;
        fill: none !important;
        transition: 0.2s;
    }

    .icon-font path {
        stroke: #fff !important;
        fill: none !important;
        transition: 0.2s;
    }

    .icon-font:hover {
        stroke: #059867 !important;
    }

        .icon-font:hover line {
            stroke: #059867 !important;
        }

        .icon-font:hover path {
            stroke: #059867 !important;
        }

@media (max-width: 576px) {
    .nav-button {
        width: 40px !important;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }
}

@media(max-width: 576px) {
    .modal.show .modal-dialog {
        transform: none;
        margin-bottom: 100px;
    }
}

#lcqualitybadge a svg {
    width: unset;
    height: 56px;
}

.top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.info-icon {
    --bs-text-opacity: 1;
    color: #05ac74 !important;
    font-size: 35px;
    transition-duration: 0.2s;
    cursor: pointer;
}

    .info-icon:hover {
        transform: scale(1.2);
    }

.strikethrough {
    position: relative;
    color: #71757a;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 2px solid;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

.new-price {
    text-decoration: underline;
}

.dropdown-button ol,
.dropdown-button ul {
    padding-left: unset;
}

.product-description {
}

    .product-description img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

input::-webkit-date-and-time-value {
    text-align: left;
    padding-top: 5px;
}