@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);

:root {
    --primary-color: #7c4dff;
    --secondary-color: #00e5ff;
    --bg-dark: #0f0f13;
    --bg-card: #1a1b20;
    --text-primary: #ffffff;
    --text-secondary: #adb5bd;
    --accent-gold: #FFD700;
    --glass-border: rgba(255, 255, 255, 0.08);
}

body {
    font-family: Poppins, sans-serif !important;
    margin: 0;
    padding: 0;
    color: var(--text-primary);
    background-color: var(--bg-dark);
    font-size: 14px;
}

.error {
    color: red !important;
}

.masthead {
    min-height: 500px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.bm-px-110 {
    padding: 110px 0px !important;
}

.nav-bg {
    background: #363636;
}

.bm-light-bg {
    background-color: #f3f3f3;
}

.bm_button1 {
    color: #f07873;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #f07873;
    display: inline-block;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
}

.bm_button1:hover {
    color: #59daa4;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    border: 2px solid #59daa4;
    text-decoration: none;
}

.bm_text_lightgreen {
    color: #59daa4 !important;
}

.bm_text_lightpink {
    color: #f07873 !important;
}

.bm-bg-lightgreen {
    background-color: #59daa4 !important;
}

.banner_subtext {
    font-size: 16px;
}

.bm_section_title {
    font-size: 2.5rem;
}

.bm_section_subtitle {
    font-size: 16px;
}



.bm_mb30 {
    margin-bottom: 30px;
}

/* Tabs*/

.bm-section-padding {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    text-transform: uppercase;
}

.bm-dark-bg {
    background: #363636;
    color: #eee;
}

#tabs h6.section-title,
#howtoplay h6.section-title {
    color: #eee;
}

.nav-tabs {
    border: none;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f07873 !important;
    background-color: transparent;
    border-color: transparent transparent #f07873 !important;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
}

.carousel-item .col,
.carousel-item .col-sm,
.carousel-item .col-md {
    margin: 8px;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.center-tab .bm_featurecard.first-card,
.left-tab .bm_featurecard.first-card,
.right-tab .bm_featurecard.first-card {
    margin-top: 4.25rem;
    margin-bottom: 0.75rem;
}

.center-tab .bm_featuretext,
.left-tab .bm_featuretext,
.right-tab .bm_featuretext {
    display: inline-block;
    width: 73%;
}

.center-tab .left-pane .bm_featuretext {
    text-align: right;
}

#tabs .card {
    border: none;
    background: transparent;
}

#tabs .card .card-body {
    padding: 1rem 0 1.5rem 0;
}

.center-tab .left-pane .bm_featureicon {
    float: none;
    margin-right: 0;
    margin-left: 1rem;
}

#nav-tabContent .bm_featureicon {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #f07873;
    text-align: center;
    vertical-align: top;
}

.header-dd-menu {
    top: 48px;
    border-radius: 0 0 .25rem .25rem;
    border: none;
}

.header-dd-menu .dropdown-item {
    text-align: left;
    padding: 2px 10px !important;
}

.header-dd-menu .dropdown-item:focus,
.header-dd-menu .dropdown-item:hover,
.header-dd-menu .dropdown-item.active,
.header-dd-menu .dropdown-item:active {
    color: #f8f9fa !important;
    text-decoration: none !important;
    background-color: #f07873 !important;
}

.center-tab .right-pane .bm_featureicon,
.left-tab .right-pane .bm_featureicon,
.right-tab .right-pane .bm_featureicon {
    margin-right: 1rem;
}

#nav-tabContent .bm_featureicon .fa {
    font-size: 2.5rem;
    line-height: 4.95rem;
}

.right-tab .bm-knowtext {
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.right-tab .bm-knowtext h3 {
    margin-bottom: 0.75rem;
}

/* .right-tab .bm-iconsarea {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 2.25rem;
} */

/* .right-tab .bm-iconsarea .card, .left-tab .bm-iconsarea .card {
    margin-right: 3.5rem;
    width: 45%;
    display: inline-block;
    vertical-align: top;
} */

.right-tab .bm-iconsarea div.card:nth-child(2n+2),
.left-tab .bm-iconsarea div.card:nth-child(2n+2) {
    margin-right: 0rem;
}

.bm-btn-white {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #fff;
    display: inline-block;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
}

.bm-btn-white:hover {
    color: #fff;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-decoration: none;
}

.bm-bg-lightpink {
    background: #f07873;
}

/* Featurettes
------------------------- */

/* .bm-plximg-bg{
    background-image: url('assest/img/Main.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment: fixed;
} */

.bm-img-text-box {
    /* padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4); */
}


#howtoplay .img-wrapper img {
    filter: drop-shadow(5.5px 2.5px 10.5px rgba(255, 255, 255, 0.4));
    margin: 2rem auto 2rem auto;
    transform: scale(1);
    transition: all 0.4s;
}

#howtoplay .img-wrapper img:hover {
    transform: scale(1.1);
}



/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

/* tournaments */

.btn-lightpink {
    background: #f07873;
    color: #fff !important;
}

.btn-green {
    background: #59daa4;
    color: #fff !important;
}

#tournaments .btn:hover {
    opacity: 0.7;
}

a.btn-lightpink {
    margin-right: 0.5rem;
}

#tournaments .card-body {
    padding: 22px 15px !important;
}

.bm-card-info-item {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.bm-card-table-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.bm-card-table-item-default {
    font-size: 12px;
    font-weight: 600;
    color: #bfbfbf;
}

#tournaments .card-img-top {
    transform: scale(1);
    transition: .3s ease-out all;
}

#tournaments .card-img-top:hover {
    transform: scale(1.1);
}

.hide-over {
    overflow: hidden;
}

.bm-rate-card {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 18px;
    padding-right: 18px;
    transition: .3s ease-out all;
    opacity: 1;
}

.bm-rate-user,
.bm-rate-place {
    font-size: 12px;
    font-weight: 500;
    color: #c1c1c1;
}

.bm-rate-wins {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #9b9b9b;
    text-align: right !important;
}

.bm-rate-position {
    display: inline-block;
    vertical-align: middle;
}

.br-5 {
    border-radius: 5px;
}

.bm-rate-position {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 500;
    color: #c1c1c1;
}

.bm-rate-name {
    font-size: 13px;
    font-weight: 500;
    color: #8a8a8a;
}

.rate-col .card-table.table thead th,
.rate-col .card-table.table tbody td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    vertical-align: middle;
}

.card-table.table thead th {
    border: none;
}

.tour-card .card-table td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 2.5px !important;
    vertical-align: middle;
}


#download a.btn {
    transform: scale(1);
    transition: .3s ease-out all;
}

#download a.btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover,
.about-section .content a:hover {
    color: #59daa4 !important;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.copyright a:hover {
    color: #fff !important;
}

.owl-dots {
    display: none;
}

.owl-nav button,
.owl-nav button span {
    font-size: 30px !important;
    padding: 0px 13px !important;
    color: #fff !important;
    background: #f07873 !important;
}

.owl-nav button span:hover {
    color: #59daa4 !important;
    border: none !important;
}

.copyright a {
    color: #f07873 !important;
}

.copyright a:hover {
    color: #59daa4 !important;
}

.copyright strong,
.copyright b {
    color: #59daa4;
}

/* About page css */

.page-header {
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vw;
    position: relative;
}

.page-header .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

/* contact page css */

.cnt-card {
    border-radius: 6px;
    transition: all 0.4s;
}

.btn-submit {
    transform: scale(1);
    transition: all 0.4s;
}

.btn-submit:hover {
    transform: scale(1.05);
}

.about-section .content b,
.about-section .content strong,
.about-section .content a {
    color: #f07873 !important;
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (max-width:1200px) {

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 68%;
    }

    .center-tab .bm_featurecard.first-card,
    .left-tab .bm_featurecard.first-card,
    .right-tab .bm_featurecard.first-card {
        margin-top: 0;
        margin-bottom: 0;
    }

    .right-tab .bm-iconsarea .card,
    .left-tab .bm-iconsarea .card {
        width: 44%;
    }

    #tournaments .tour-row .card {
        margin: 15px 0;
    }
}

@media (max-width:991px) {

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 85%;
    }

    .center-tab .left-pane .bm_featuretext {
        text-align: left;
    }

    .center-tab .left-pane .bm_featureicon {
        float: left;
        margin-right: 1rem;
        margin-left: 0;
    }

    #nav-tabContent img {
        display: block;
        margin: 2rem auto 3rem auto;
    }

    .right-tab .bm-iconsarea .card,
    .left-tab .bm-iconsarea .card {
        width: 44%;
        margin-right: 2.5rem;
    }

    #howtoplay .row.left-img {
        display: block !important;
    }

    #howtoplay .row.right-img {
        flex-direction: column;
    }

    #howtoplay .row.right-img .col_left {
        order: 2;
    }

    #howtoplay .row.right-img .col_right {
        order: 1;
    }

    #howtoplay .row .col {
        margin: 10px 0;
    }

    .page-header {
        height: 100%;
        padding: 150px 0;
        display: block !important;
    }
}

@media only screen and (max-width:768px) {
    #nav-tabContent .bm_featureicon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 75%;
    }

    #nav-tabContent .bm_featureicon .fa {
        font-size: 1.75rem;
        line-height: 3.5rem;
    }

    .right-tab .bm-iconsarea .card,
    .left-tab .bm-iconsarea .card {
        width: 100%;
        margin-right: 2.5rem;
    }

    .masthead {
        padding: 100px 0;
        display: block !important;
        height: unset;
        max-height: unset;
    }

    .masthead .row {
        flex-direction: column;
    }

    .masthead .col_left {
        order: 2;
        text-align: center !important;
    }

    .masthead .col_right {
        order: 1;
    }

    .masthead .col_right img {
        margin: 1.5rem auto !important;
        max-height: 400px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .bm-px-110 {
        padding: 60px 0px !important;
    }

    #contact .col_right {
        margin-top: 30px;
    }

    .card-img-top {
        height: auto !important;
    }
}

@media only screen and (max-width:360px) {

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 70%;
    }
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

@media (min-width: 640px) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width:1200px) {
    .tour-row {
        position: relative;
    }

    .rate-col {
        position: absolute;
        top: 1rem;
        right: 0;
    }
}

.fa-product-hunt.point {
    color: #f4c843;
    border-radius: 50%;
    background-color: #fd7e21;
    font-size: inherit;
}

.whatsapp-wrapper {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 11;
}

/* ========================================
   SHOP PAGE STYLES
   ======================================== */

/* Hero Section */
.shop-header {
    position: relative;
    padding: 89px 0 35px;
    /* Updated as requested */
    text-align: center;
    background: radial-gradient(circle at 50% 0%, rgba(124, 77, 255, 0.15) 0%, rgba(15, 15, 19, 0) 70%);
    overflow: hidden;
}

.shop-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(124, 77, 255, 0.1) 0%, transparent 70%);
    filter: blur(60px);
    z-index: -1;
}

.shop-title {
    font-weight: 800;
    font-size: 3.5rem;
    margin-bottom: 5px;
    /* Reduced from 15px */
    color: white;
    letter-spacing: -1px;
    text-transform: uppercase;
    background: linear-gradient(to right, #fff, #a0a0a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop-title span {
    color: #7c4dff;
    background: linear-gradient(to right, #7c4dff, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop-subtitle {
    color: #adb5bd;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Category Filters */
.category-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 10px 20px;
    margin-bottom: 20px;
    /* Reduced from 40px */
    justify-content: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.cat-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #adb5bd;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.cat-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.cat-btn.active {
    background: #7c4dff;
    color: white;
    border-color: #7c4dff;
    box-shadow: 0 4px 15px rgba(124, 77, 255, 0.4);
}

/* Product Cards */
.product-card-wrapper {
    margin-bottom: 24px;
}

.product-card {
    background: #1a1b20;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(124, 77, 255, 0.5);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.card-img-top-wrapper {
    position: relative !important;
    aspect-ratio: 4/3 !important;
    overflow: hidden !important;
    background: #1a1b20 !important;
    min-height: 157px !important;
    /* Reduced from 160px */
}

.card-img-top {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.4s ease;
}

.product-card-body {
    padding: 8px;
    /* Reduced from 11px */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #1a1b20;
    gap: 4px;
    /* Reduced from 8px */
}

.product-title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

.product-icon {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.product-icon img {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    object-fit: contain;
}

.product-icon-emoji {
    font-size: 1.25rem;
}

.price-tag {
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFD700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.price-tag .coin-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product-link-text {
    font-size: 0.8rem;
    color: #888;
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-view-details {
    margin-top: 8px;
    /* Reduced from 12px */
    width: 100%;
    background: #7c4dff;
    color: white;
    border: none;
    padding: 10px;
    /* Reduced from 12px */
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.btn-view-details:hover {
    background: #6a3de8;
    transform: translateY(-2px);
}

.btn-view-details .btn-icon {
    font-size: 1.25rem;
}

/* Shop Page Mobile Responsive */
@media (max-width: 768px) {
    .shop-header {
        padding: 90px 0 20px;
        /* Increased to clear fixed navigation bar on mobile */
    }

    .shop-title {
        font-size: 2.5rem;
    }

    .category-scroll {
        justify-content: flex-start;
        padding-bottom: 15px;
    }
}