@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');


/* General body styles for a dark theme */
body {
    background-color: #111827;
    font-family: 'Inter', sans-serif;
    /* The requested dark navy black */
    color: #fff;
    /* White text for high contrast */
}

/* Style for headers and footers */
header.bg-dark,
footer.bg-dark {
    background-color: #1a202c !important;
    /* A slightly different dark shade for contrast */
}

/* Heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

ul li,
ol li {
    color: #fff;
}

ol {
    padding-left: 30px;
    list-style: decimal !important;
    margin: 10px 0px;
}

ul {
    padding-left: 30px !important;
    list-style: disc !important;
    margin: 10px 0px !important;
}

h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px !important;
    line-height: 1.3 !important;
}

h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px !important;
    line-height: 1.3 !important;
}

/* Styling for cards within the services section */
.card {
    background-color: #1a202c !important;
    border: 1px solid #2d3748;
}

/* Link styles */
a {
    color: #63b3ed;
    /* A light blue for visibility on a dark background */
}

p {
    font-size: 18px !important;
    line-height: 1.3 !important;
}

a:hover {
    color: #0072ff;
    /* A lighter shade of blue on hover */
    text-decoration: none;
}

section {
    padding: 50px 0px;
}

.btn-primary {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    border: none;
    transition: transform 0.2s;
    padding: 12px 35px !important;
    font-size: 18px !important;
    border-radius: 20px 0px;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    margin-right: 30px;
}

.btn-primary:hover {
    transform: scale(1.05);
}

ul.navbar-nav {
    list-style: none !important;
    padding-left: 0 !important;
}

a.nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer {
    padding-top: 100px;
    padding-bottom: 40px;
    background: #FFFFFF0D;
    backdrop-filter: blur(94px);
}

.footer ul {
    list-style: none !important;
    padding-left: 0px !important;
}

.footer li>a {
    display: inline-block;
    color: #fff;
    padding: 5px 0px;
    text-decoration: none;
}

.footer li>a.active,
.footer li>a:hover {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.copyright {
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.footer h5 {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 24px;
}

/* Section Css */
.hero-section {
    background-image: url('../images/hero-banner-v1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-section-content {
    position: relative;
    z-index: 9;
}

.text-gradient {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    display: inline-block;
}

.hero-section-content p {
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 0px;
}

.card-custom {
    background-color: #161b22;
    border: 1px solid #30363d;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.about-section {
    padding: 100px 0px;
}

.about-section .row {
    align-items: center;
}

.about-section img {
    border-radius: 34px 0px;
    margin-left: 60px;
}

.features-section p {
    color: #fff;
}

.features-section .card {
    border-radius: 34px 0px !important;
    border: 2px solid #00c6ff !important;
}

.how-it-works p {
    color: #fff;
}

.how-it-works h3 {
    margin-bottom: 5px !important;
}

.how-it-works .card-body {
    display: flex;
    align-items: start;
    gap: 30px;
}

.how-it-works span.badge {
    padding: 0;
    font-size: 32px;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px !important;
}

.how-it-works ul {
    padding-left: 30px;
    list-style: disc;
    margin: 10px 0px;
}

.get_game_content {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background-color: #FFF;
    padding: 2rem;
    padding-right: 84px;
    min-height: 150px;
    height: 100%;
}

.get_game_content p {
    color: #000;
    margin-bottom: 0px;
}

.get_game_content span {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    color: #fff;
    padding: 5px 15px;
    display: block;
    width: max-content;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 20px;
}

.why-choose-us {
    background-color: #0072ff;
    padding-top: 70px;
}

.why-choose-us h2 {
    color: #fff;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.why-choose-us h4 {
    font-weight: 600;
    font-size: 28px;
}


.id-services-section .card {
    border-radius: 34px 0px !important;
    border: 2px solid #00c6ff !important;
    padding: 40px !important;
}

.id-services-section p {
    color: #fff;
}

.aap_offer ul {
    list-style: none !important;
    padding-left: 0px !important;
}

.betting_platform .card {
    border-radius: 34px 0px !important;
    border: 2px solid #00c6ff !important;
    padding: 20px 15px !important;
}

.betting_platform p {
    color: #fff;
}

.betting_platform h3 {
    margin-bottom: 20px !important;
}

.payment_card {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.payment_options .card {
    border-radius: 34px 0px !important;
    border: 2px solid #00c6ff !important;
    padding: 20px !important;
}

.payment_options .card p {
    color: #fff;
    margin-bottom: 0;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    color: #000;
    border-radius: 10px !important;
}

.accordion {
    border: 0px !important;
    --bs-accordion-border-color: unset !important;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.accordion-item {
    margin-bottom: 30px;
}

h2.accordion-header {
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.accordion-body {
    color: #fff !important;
}

.accordion-collapse.collapse.show {
    visibility: visible;
}

.testimonial_footer {
    justify-content: center;
    margin-top: 30px;
}

.testimonial_footer img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
}

#reviews p {
    min-height: 115px;
}

#reviews .item {
    border-radius: 34px 0px !important;
    border: 2px solid #00c6ff !important;
    padding: 40px 25px !important;
}

.inner_hero_section {
    padding-top: 0px;
}

.inner_hero_section h1 {
    font-size: 45px;
    color: #00c6ff;
    font-weight: 700;
}

.inner_hero_section p {
    margin: 30px 0px;
    font-size: 26px !important;
    font-weight: 800;
}

.inner_hero_section .row {
    align-items: center;
}

.inner_hero_section img {
    width: 80%;
}

.why_chooes_v2 {
    background-color: #0072ff;
}

.why_chooes_v2 .row {
    align-items: center;
}

.why_chooes_v2 h2 {
    color: #fff;
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;

}

.why_chooes_v2 img {
    width: 80%
}

.how_to_install li {
    padding-bottom: 10px;
}

.Mahakal_offier_v2 {
    background-image: url(../images/background_001.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.Mahakal_offier_v2::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.Mahakal_offier_v2 .row {
    align-items: center;
    z-index: 9;
    position: relative;
}

.Mahakal_offier_v2 li {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}

.about_hero_section img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.about_hero_section .row {
    justify-content: center;
}

.gold365_hero_section h1 {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 700;
    display: inline-block;
}

.gold365_start img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #0072ff;
}

.gold365_start .card {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 2rem;
    min-height: 100%;
    border: 2px solid #0072ff;
    border-radius: 34px 0px !important;
}

.gold365_start p {
    color: #fff;
    margin-bottom: 0px;
}

.options-betting-card {
    box-shadow: 0 0 10px #ccc;
    padding: 2rem;
    min-height: 100%;
    display: flex;
    gap: 30px;
}

.options-betting-card img {
    width: 100px;
    border-radius: 15px;
    height: 100px;
    object-fit: contain;
}

.options-betting .row {
    align-items: unset !important;
}

.game-categories ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
    padding-left: 0px !important;
    justify-content: center;
}

.game-categories li {
    padding: 0.5rem 1rem;
    color: #FFF;
}

.game-categories li.active {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #0072ff;
}

.games-list {}

.game {
    text-align: left;
}

.game .thumb {
    width: 100%;
    margin-bottom: 10px;
}

.game .thumb img {
    border-radius: 14px;
}

.game h4 {
    font-size: 16px !important;
    font-weight: 500;
}

.game p {
    font-size: 14px !important;
}

.features-section img {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}

.casino-variety img {
    margin: auto;
    text-align: center;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

a.navbar-brand img {
    height: 115px;
    object-fit: cover;
    width: 200px;
}

footer img {
    width: 180px;
    height: 100px;
    object-fit: cover;
}

@media (max-width:1124px) {
    .payment_card {
        flex-wrap: wrap;
    }

    header .btn-primary {
        display: none;
    }
}

@media (max-width:767px) {
    .navbar-brand {
        font-size: 40px;
    }

    .payment_card {
        flex-wrap: wrap;
    }

    .about-section img {
        margin-left: 0px;
    }

    .hero-section {
        height: 450px;
    }

    h2 {
        font-size: 30px !important;
    }

    .about-section {
        padding: 50px 0px;
    }

    section {
        padding: 25px 0px;
    }

    a.navbar-brand img {
        height: 85px;
        object-fit: cover;
        width: 150px;
    }
}