body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 174px;
    right: 35px;
    background-color: #ffc300;
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 50%;
    font-size: 2em;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3sease-in-out;
}

#scrollToTopBtn:hover {
    background: white;
    color: black;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 480px) {
    #scrollToTopBtn {
        position: fixed;
        bottom: 85px;
        right: 314px;
        background: #ffc300;
        color: white;
        border: none;
        padding: 12px 15px;
        border-radius: 50%;
        font-size: 18px;
        cursor: pointer;
        display: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        transition: opacity 0.3sease-in-out;
    }
}
@media (max-width: 768px) {

    #scrollToTopBtn {
        display: none;
    }
}
html,
body {
    overflow-x: hidden;
}

.hero-section {
    background-color: black;
    color: white;
    text-align: center;
    padding: 80px 20px;
}

.hero-section h1 {
    font-size: 2.4em;
    color: #ffc300;
    margin-top: -50px;
    font-weight: bold;
    letter-spacing: .5px;
    font-weight: 400;
}

.hero-section p {
    font-size: 1.1rem;
    max-width: 80%;
    letter-spacing: .5px;
    font-weight: 400;
    margin: 0 auto;
}

.form-section {
    text-align: center;
    padding: 50px 20px;
    border-radius: 10px;
    max-width: 595px;
    margin: -12px auto 30px;
}

.form-section h2 {
    font-size: 2em;
    color: black;
    margin-top: -15px;
    font-weight: bold;
}

.form-section p {
    font-size: 1em;
    max-width: 100%;
    letter-spacing: .5px;
    font-weight: 400;
    margin: 0 auto;
}

.form-control {
    margin-left: 52px;
    text-align: center;
    max-width: 220px;
    height: 49px;
    display: inline-block;
}

.btn-primary {
    padding: 10px 20px;
    font-size: 1rem;
    letter-spacing: .5px;
    font-weight: 400;
}

.error-message {
    color: red;
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 60px 15px;
    }

    .hero-section h1 {
        font-size: 1.8rem;
    }

    .hero-section p {
        font-size: 0.9rem;
    }

    .form-control {
        max-width: 100%;
    }
}
.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f9fa;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.signup-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 40px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.signup-btn:hover {
    color: white;
}

.input-group {
    max-width: 400px;
    width: 100%;
    margin-left: 70px;
    letter-spacing: .5px;
    font-weight: 400;
    display: flex;
}
.input-group .form-control {
    flex: 1;
    border-radius: 5px 0 0 5px;
}
.input-group .btn {
    margin-left: 4px;
    background-color: white;
    color: black;
    letter-spacing: .5px;
    font-weight: 400;
    border-radius: 0 5px 5px 0;
}
.input-group .btn:hover {
    background-color: #ffc300;
}
@media (max-width: 480px) {
    .input-group {
        flex-direction: column;
        max-width: 100%;
    }
    .input-group .form-control,
    .input-group .btn {
        border-radius: 5px;
        width: 63%;
        margin-left: 7px;
        margin-bottom: 5px;
    }
}
/* div */
.div {
    text-align: center;
    padding: 50 px 20px;
    background-color: black;
    height: 420px;
}
.div h3 {
    font-size: 2em;
    color: #ffc300;
    text-align: center;
    margin-top: -25px;
    font-weight: bold;
    padding-top: 40px;
    letter-spacing: .5px;
    font-weight: 400;
}
.container-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.bonus-card {
    padding: 10px;
    height: 240px;
    width: 27%;
    margin-top: 20px;
    border-style: double;
    border-width: 3px;
    background: #111;
    border-color: #ffc300;
    border-radius: 10px 55px;
    box-shadow: 5px 5px 10px 0px rgba(245.93336791992186, 195.6774188232422, 0, .74);
}
.bonus-card:hover {
    border-radius: 3px;
    transition: 0.4s ease-in-out;
    transform: scale(1.1);
}
.bonus-card img {
    width: 50px;
    height: 50px;
}
.bonus-card p {
    color: white;
    margin: 10px 0;
    text-align: justify;
    letter-spacing: .5px;
    font-weight: 500;
}
@media (max-width: 480px) {
    .container-div {
        flex-direction: column;
        align-items: center;
    }
    .bonus-card-2 {
        height: auto;
        width: 80%;
    }
    .div h3 {
        font-size: 2em;
        color: #ffc300;
        text-align: center;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: -25px;
        font-weight: bold;
        padding-top: 40px;
        letter-spacing: .5px;
        font-weight: 400;
    }
}

@media (max-width: 480px) {
    .div {
        height: auto;
    }
    .bonus-card {
        padding: 10px;
        height: 220px;
        width: 80%;
        margin-top: 20px;
        border-style: double;
        border-width: 3px;
        background: #111;
        border-color: #ffc300;
        border-radius: 10px 55px;
        box-shadow: 5px 5px 10px 0px rgba(245.93336791992186, 195.6774188232422, 0, .74);
    }
}
/* div-2*/
.div-2 {
    text-align: center;
    padding: 50 px 20px;
    background-color: black;
    height: 730px;
}
.div-2 h3 {
    font-size: 2em;
    color: #ffc300;
    text-align: center;
    margin-top: -25px;
    font-weight: bold;
    padding-top: 85px;
    letter-spacing: .5px;
    font-weight: 400;
}
.container-div-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.bonus-card-2 {
    padding: 10px;
    height: 199px;
    width: 25%;
    margin-top: 20px;
    border-style: double;
    border-width: 3px;
    background: #111;
    border-color: #ffc300;
    border-radius: 10px 55px;
    box-shadow: 5px 5px 10px 0px rgba(245.93336791992186, 195.6774188232422, 0, .74);
}
.bonus-card-2:hover {
    border-radius: 3px;
    transition: 0.4s ease-in-out;
    transform: scale(1.1);
}
.bonus-card-2 img {
    width: 50px;
    height: 50px;
}
.bonus-card-2 h4 {
    color: white;
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
    letter-spacing: .5px;
    font-weight: 400;
}
.bonus-card-2 p {
    color: white;
    margin: 10px 0;
    letter-spacing: .5px;
    font-weight: 400;
    text-align: center;
}
@media (max-width: 480px) {
    .div-2 {
        height: auto;
    }
    .container-div-2 {
        flex-direction: column;
        align-items: center;
    }
    .bonus-card-2 {
        padding: 10px;
        height: 180px;
        width: 80%;
        margin-top: 20px;
        border-style: double;
        border-width: 3px;
        background: #111;
        border-color: #ffc300;
        border-radius: 10px 55px;
        box-shadow: 5px 5px 10px 0px rgba(245.93336791992186, 195.6774188232422, 0, .74);
    }
}
@media (max-width: 768px) {
    .div-2 {
        height: auto;
    }
    .container-div-2 {
        flex-direction: column;
        align-items: center;
    }
}
/*  */
.container-get {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.header-get {
    background: #ffc300;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-get img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.content {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.content a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.content a:hover {
    text-decoration: underline;
}

.get-app-button {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 15px auto;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    background: #ffc300;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.get-app-button:hover {
    background: #ffc300;
}

.note {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/*  */

.container-play {
    width: 100%;
    max-width: 90%;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header-play {
    background: #ffc300;
    color: white;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-play img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.content-play {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
}
.box-play {
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.box-play strong {
    color: #333;
}
.footer-text-play {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}
.container-follow {
    width: 90%;
    max-width: 900px;
    margin: 80px auto;
}
.report-section {
    background: black;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #ffc300;
    margin-bottom: 20px;
}
.report-section p {
    font-size: 14px;
    font-weight: normal;
}
.report-section a {
    color: #ffc300;
    text-decoration: none;
}
.cta-section {
    background: black;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.cta-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.cta-box h2 {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-box h2 img {
    width: 20px;
    height: 20px;
}

.cta-box p {
    font-size: 14px;
    color: #666;
}

.cta-box button {
    background: #ffc300;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.cta-box button:hover {
    background: black;
    color: white;
}
.independent-section {
    background: black;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.independent-section h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #ffc300;
    justify-content: center;
    gap: 8px;
}
.independent-section h2 img {
    width: 24px;
    height: 24px;
}

.independent-section p {
    font-size: 14px;
    margin-top: 10px;
}
.fairplay-section {
    text-align: center;
    margin-bottom: 20px;
}
.fairplay-section h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #333;
}
.fairplay-section h2 img {
    width: 20px;
    height: 20px;
}

.fairplay-section p {
    font-size: 14px;
    color: #666;
}
.faq-section {
    max-width: 100%;
    margin: 50px auto;
    padding: 20px;
    margin-top: -1px;
    background-color: black;
    text-align: left;
}

.faq-section h2 {
    text-align: center;
    font-size: 32px;
    color: #f7c942;
    font-weight: bold;
}

.faq-item {
    margin-bottom: 4px;
    padding-bottom: 2px;
    margin-right: 165px;
    margin-left: 165px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-item h3 {
    font-size: 18px;
    color: #f7c942;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #f8f9fa;
}

a {
    color: #f7c942;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 15px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .faq-item {
        margin-bottom: 4px;
        padding-bottom: 2px;
        margin-right: 15px;
        margin-left: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
.footer {
    background-color: black;
    color: white;
    text-align: center;
    margin-top: -51px;
    padding: 20px 0;
}
.footer a {
    color: #f7c942;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
}
.footer a:hover {
    text-decoration: underline;
}

.footer p {
    margin: 5px 0;
    font-size: 14px;
}

.footer {
    background-color: black;
    color: white;
    margin-top: 30px;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #f7c942;
    border-bottom: 2px solid #f7c942;
}

.footer .btn-custom {
    border: 1px solid #f7c942;
    color: white;
    background: transparent;
    padding: 10px 15px;
    font-size: 14px;
    margin: 5px;
}

.footer .btn-custom:hover {
    background-color: #f7c942;
    color: black;
}

.footer .social-icons a {
    margin: 10px;
    font-size: 24px;
}

.footer .social-icons a i {
    transition: 0.3s;
}

.footer .social-icons a:hover i {
    transform: scale(1.2);
}

.footer p {
    margin-top: 20px;
    font-size: 14px;
}

.footer a {
    color: #f7c942;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.header {
    background-color: #f7c942;
    color: black;
    text-align: start;
    padding: 20px;
    font-size: 3em;
    height: 1px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .header {
        font-size: 18px;
        padding: 15px;
    }
}
.get-app-button {
    display: inline-block;
    padding: 15px 80px;
    font-size: 21px;
    /* width: 48%; */
    color: #fff;
    margin-top: 20px;
    background-color: #f7c942;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3sease;
}

.get-app-button:hover {
    background-color: white;
    color: #000;
}
.Play-Responsibly {
    background-color: #f7c942;
    width: 100%;
    height: 200px;
    margin-top: 30px;
}

.play-text {
    margin-top: 30px;
}

.text h2 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    padding: 20px;
}

.text p {
    margin-left: 40px;
    margin-top: 27px;
}
@media (max-width: 480px) {

    .Play-Responsibly {
        background-color: #f7c942;
        width: 100%;
        height: 275px;
        margin-top: 30px;
    }
}
/*  */
.header-card {
    background-color: #f7c942;
    padding: 15px 20px;
    width: 100%;
    margin-left: 87px;
    max-width: 84%;
    height: 32px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.header-card h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: black;
    margin-left: 460px;
    text-align: center;
}
.card {
    background-color: white;
    padding: 20px;
    margin-top: 15px;
    width: 90%;
    height: 122px;
    margin-left: 94px;
    max-width: 1104px;
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.icon {
    background-color: black;
    color: yellow;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 10px;
    margin-right: 15px;
}

.card-content {
    flex: 1;
}

.card-title {
    font-size: 1.3em;
    font-weight: bold;
}

.card-text {
    font-size: 1.2em;
    color: #333;
}

@media (max-width: 480px) {

    .header-card,
    .card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-card {
        background-color: #f7c942;
        padding: 15px 20px;
        width: 100%;
        margin-left: 16px;
        max-width: 80%;
        height: 32px;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        border-radius: 10px;
        border: 2px solid white;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .header-card h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        color: black;
        margin-left: -1px;
        margin-top: 5px;
        text-align: center;
    }
    .card {
        background-color: white;
        padding: 20px;
        margin-top: 19px;
        width: 78%;
        height: 410px;
        margin-left: 24px;
        max-width: 1104px;
        display: flex
    ;
        align-items: flex-start;
        border-radius: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }
    .card-text {
        font-size: 1.2em;
        color: #333;
        margin-top: 15px;
        text-align: justify;
    }
    .icon {
        margin-bottom: 10px;
    }
}



/* Hide Main Content Initially */
#mainContent {
    display: none;
}

/* Modal Background */
.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

/* Modal Box */
.modal-content {
    background: #1e1e1e;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 582px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

/* Buttons */
button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

#yesBtn {
    background-color: #f7c942;
    color: white;
}

#noBtn {
    background-color: gray;
    color: white;
}













