html,
body {
    overflow-x: hidden;
    overflow-y: auto;

}

* {
    font-family: Playfair Display, serif;
}




/* =========================
NAVBAR
========================= */

.navbar {
    z-index: 9999;
}

.navcenter {
    align-items: center;
}

@media (max-width: 991px) {

    .navbar-collapse {

        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        text-align: center;
    }

    .navbar-nav {
        gap: 10px !important;
    }


}

.logo {
    width: 115px;
}

.bannerimg {
    height: 310px;
    border-radius: 18px;
}

.bannerimg1 {
    width: 850px;
    border-radius: 18px;
}

/* =========================
CUSTOM TOGGLER
========================= */

.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px;
    background: #0190F6;
    border-radius: 5px;
}

.hero-section {
    position: relative;
    background: linear-gradient(#3862c4c8, #3862c4d6),
        url('../image/1win-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


p {
    font-size: 24px !important;
}


.videoimg {
    height: 600px;
    border-radius: 10px;
    transition: transform 0.9s ease;

}



.videoimg:hover {
    transform: scale(1.02)
}



.text-warning1 {
    background-color: #FAF1EC;
    border-radius: 10px;
    padding: 5px;
    color: #01040b;
}

.howheight {
    max-height: 350px;
    width: 90%;
    border-radius: 15px;
}

/* Apk Start */

.timelineback {
    background: linear-gradient(135deg, #02232fc7, #02232fc7, #2488b0c9 50%, #2488b0da 50%);
}

/* Timeline Layout */
.timeline {
    position: relative;
    padding-left: 30px;

}

.timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0190F6;
}

/* Timeline Item */
.timeline-item {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
}

/* Number Circle */
.timeline-number {
    min-width: 45px;
    height: 45px;
    background: #0190F6;
    color: #0b0000;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card hover effect */
.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

/* Image styling */

/* end */

@media (max-width: 768px) {

    h1 {
        font-size: 1.7rem !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.6rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }

    p {
        font-size: 21px !important;
        line-height: 1.4;
    }

    .fs-4 {

        font-size: 21px !important;
        line-height: 1.4;

    }

    .small {
        font-size: 18px !important;
        line-height: 1.4;
    }

    ul {
        font-size: 20px !important;
        line-height: 1.4;
    }

}

.default-list {
    list-style-type: disc;
}


.video-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 45px;
}

/* Responsive video */
.video-box video {
    width: 40%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Center content */
.video-content {
    top: 105%;
    margin-bottom: 20px;
}

/* Button style */
.video-btn {
    padding: 12px 30px;
    font-size: 24px;
    font-weight: 600;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {

    .video-content a {
        font-size: 18px;
    }

    .video-btn {
        font-size: 20px;
    }

    .video-box video {
        width: 80%;
        height: auto;
        display: block;
        object-fit: cover;
    }

}

/* 📱 Small Devices */
@media (max-width: 480px) {

    .video-content {
        width: 90%;
    }



    .video-btn {
        font-size: 18px;
        padding: 6px 14px;
    }

}

/* =========================
VIDEO RESPONSIVE
========================= */


/* =========================
BUTTONS
========================= */

@media (max-width: 768px) {

    .btn-lg,
    .btn1 {
        width: 100% !important;
        font-size: 1.3rem !important;
        padding: 12px 20px !important;
    }

    .btn-lg,
    .btn2 {
        width: 100% !important;
        font-size: 1.3rem !important;
        padding: 12px 20px !important;
    }
}



/* =========================
FOOTER
========================= */

footer ul {
    padding-left: 0;
}

footer .list-inline-item {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    footer .list-inline-item {
        display: block;
        margin: 10px 0;
    }

    input {
        width: 100% !important;
    }
}

/* =========================
SCROLL BUTTON
========================= */

button.position-fixed {
    z-index: 999;
}


body {
    padding-top: 58px;
    /* match navbar height */
}



.banner-wrapper {
    margin-left: -12px !important;
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.banner-wrapper .img1 {

    width: 100vw;
    height: 70vh;
    object-fit: cover;
}

.banner-wrapper .img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    z-index: 2;
    background-color: #10182B;
    border-radius: 15px;
}







/* Overlay */
.banner-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Tablet View */
@media (max-width: 991px) {
    .banner-wrapper .img1 {
        height: 80vh;
    }



}

/* Mobile View */
@media (max-width: 576px) {

    .banner-wrapper .img1 {
        height: 70vh;
    }



}




.logo {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #0190F6;
}




.nav {
    background-color: #10182B;
}

.navcolor {
    background-color: #10182B;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

p {
    font-size: 1.4rem;

}

ul {
    font-size: 1.4rem;
}

.sectioncolor {
    background-color: #10182B;

}

.sectioncolor1 {
    background-color: #10182B;

}

.steps {
    font-size: 40px;
}



/* about section start */
.about-section {
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    position: relative;
    color: white;

}


/* ============= */

.btn1 {
    background-color: #0190F6;
    color: rgb(245, 238, 238);
    font-size: 22px;
    border-radius: 20px;

}

.btn1:hover {
    color: rgb(242, 240, 240);
}

.btn2 {
    background-color: #0190F6;
    color: rgb(244, 235, 235);
    font-size: 20px;
    border-radius: 10px;

}

.btn2:hover {
    color: rgb(252, 252, 252);
}




.about {
    background-color: white;
}

.small {
    font-size: 20px !important;
}



.navtext {
    font-size: 20px !important;
    color: rgb(255, 255, 255);
}


.navtext:hover {
    color: #f1ca09;
}



a {
    text-decoration: none;


}

.about1 {
    margin-top: -8px;


}

/* how section */
.how-section {
    background: linear-gradient(135deg, #eeeff0);
}

.how-badge {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.step-card {
    background: #fff;
    padding: 45px 30px;
    border-radius: 30px;
    position: relative;
    transition: 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.step-card:hover {
    transform: translateY(-10px);
}

.active-step {
    border: 1px solid #bbe307;
}

.step-number {

    position: absolute;
    top: 20px;
    font-size: 35px;
    font-weight: 800;
    color: #DE5D37;
}

.step-icon {

    width: 65px;
    height: 65px;
    background: #DE5D37;
    color: #fff;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    box-shadow: 0 10px 25px rgba(22, 199, 132, 0.35);
}



@media(max-width:768px) {

    .step-card {
        padding: 35px 25px;
    }

    .step-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }
}


/*  */

/* how section end */


/* money back */

.refund-wrapper {
    border-radius: 15px;
    border: 2px solid #463A20;
    padding: 15px;
}

/* end */


/* Affliate Section Start */
.affiliate-section {
    background: linear-gradient(135deg, #edeff0);
}

.affiliate-badge {
    background: rgba(68, 130, 99, 0.12);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.affiliate-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 28px;
    text-align: center;
    color: #0b0101;
    transition: 0.4s ease;
    border: 1px solid rgba(74, 8, 8, 0.1);
}

.affiliate-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #10182B;
}



.affiliate-card h3 {
    margin-bottom: 18px;
}

.affiliate-card p {
    color: #090101;
    line-height: 1.5;
}

.affiliate-btn {
    transition: 0.3s ease;
}

.affiliate-btn:hover {
    transform: scale(1.05);
}

.bettingsports {
    border-radius: 15px;
}


@media(max-width:768px) {

    .affiliate-card {
        padding: 35px 22px;
    }


    .affiliate-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }
}

/* End */

/* Benefits Card */

.benefits-section {
    background: linear-gradient(135deg, #10182B);
}

.benefit-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 24px;
    transition: 0.4s ease;
    border: 1px solid #e5e7eb;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #d89d00;
    cursor: pointer;
}

.icon-box {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: #f6f1e7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box i {
    font-size: 34px;
    color: #d89d00;
}

.icon-box i:hover {
    font-size: 34px;
    color: #1be525;
}

.benefit-card h3 {
    margin-bottom: 15px;
    color: #0d1b4c;
}

.benefit-card p {
    line-height: 1.5;
    margin-bottom: 0;
}

/* End */




/* Section Background */
.bonus-section {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

/* Card Style */
.bonus-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px 20px;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

/* Hover Effect */
.bonus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(255, 193, 7, 0.3);
}

/* Logo */
.bonus-logo {
    width: 220px;
    height: 50px;
    object-fit: contain;
}

/* Bonus Badge */
.bonus-badge {
    background: #0190F6;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Amount */
.bonus-amount {
    font-size: 18px;
    color: #f5f8fa;

}


/* --------end------------ */
.promocode {
    border-radius: 15px;
}

.welcomebonus {
    height: 550px;
    width: 85%;
    border-radius: 15px;
}

.review-card {
    transition: 0.3s ease;
    border-radius: 15px;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.review-icon {
    width: 60px;
    height: 60px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}




@media(max-width:768px) {

    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        row-gap: 30px;
    }

    .card {
        flex-direction: column;
        text-align: center;
    }

    .left {
        max-width: 100%;
    }

    .img-box {
        margin-top: 15px;
    }

    .tool-card {
        flex-direction: column;
        text-align: center;
    }

    .tool-icon {
        width: 70px;
        margin-bottom: 10px;
    }
}



/* bonus end */

.Investing-section {

    overflow: hidden;
    background: linear-gradient(141deg, #5a6394 0%, #384064 55%, #7f916d 45%, #92a97b 100%);
    position: relative;

}


.supportimg {
    max-width: 300px;
    height: 100%;
}



.support-section {
    background: #f8f9fa;
}


.support-image {
    min-height: 100%;
}


.support-mini-title {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.support-feature {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 20px;
    transition: 0.3s ease;
}

.support-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.support-icon {
    min-width: 60px;
    height: 60px;
    background: #0190F6;
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.object-fit-cover {
    object-fit: cover;
}

@media(max-width:768px) {

    .support-content {
        text-align: center;
    }

    .support-feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .support-icon {
        margin-bottom: 15px;
    }

    .support-badge {
        font-size: 14px;
        padding: 10px 16px;
    }

}

small {
    font-size: 18px !important;
}


/* faq section */

.faq-section {
    background: #D8E7EF;
}

.custom-accordion .accordion-item {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.custom-accordion .accordion-button {
    background: #fff;
    color: #0d1b4c;
    padding: 25px 30px;
    border: none;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #0d1b4c;
    color: #fff;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    padding: 25px 30px;
    background: #fff;
    color: #01040b;
    line-height: 1.5;
}

.custom-accordion .accordion-button::after {
    filter: brightness(0);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}






/* Section margin top when click navbar section */
section {
    scroll-margin-top: 48px;
}


.custom-hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5e505;
    text-decoration: underline;

}


/* Mobile View */
@media (max-width: 768px) {

    .btn1 {
        width: 100%;
    }

    .btn2 {
        width: 100%;
    }

    .bannerimg1 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .promocode{
        margin-bottom: -35px;

    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .whywin{
        margin-bottom: -30px;
    }
}

@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .how {
        height: auto;
    }

    .videoimg {
        height: auto;
        width: auto;


    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}


@media(max-width:1500px) {

    .bonus-logo {
        width: auto;
        height: auto;
        object-fit: contain;
    }


    .bannerimg {
        height: auto;
    }

    .bannerimg1 {
        width: auto;

    }

    .welcomebonus {
        height: auto;
        width: auto;

    }
}