html,
body {
    overflow-x: hidden;
    overflow-y: auto;

}

* {
    font-family: Playfair Display, serif;
}


img {
    max-width: 100%;
    height: auto;
}

/* =========================
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;
    }


}

.moneyback1{
    border-radius: 25px;
    border: 2px solid  #0CC0DF;
    padding: 25px;
}

.moneyback{
    border-radius: 15px;
}

/* =========================
CUSTOM TOGGLER
========================= */

.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px;
    background: #0CC0DF;
    border-radius: 10px;
}

.hero-section {
    position: relative;
    background: linear-gradient(rgba(17, 26, 46, 0.88), rgba(17, 26, 46, 0.88)),
        url('../image/eachway-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


p {
    font-size: 24px !important;
}


.videoimg {
    border-radius: 15px;
    transition: transform 0.9s ease;

}

.videoimg:hover {
    transform: scale(1.05)
}

.check{
    color: #0CC0DF;
}

.text-warning1{
    background-color: #FAF1EC;
    border-radius: 10px;
    padding:5px;
    color: #01040b;
}

@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: 20px !important;
        line-height: 1.5;
    }

    .fs-4 {

        font-size: 20px !important;
        line-height: 1.5;

    }


}

/* =========================
VIDEO RESPONSIVE
========================= */

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* =========================
BUTTONS
========================= */

@media (max-width: 768px) {

    .btn-lg,
    .btn1 {
        width: 100%;
        font-size: 1.2rem !important;
        padding: 12px 20px !important;
    }
}

/* =========================
SPORTS SECTION
========================= */

.sports-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

@media (max-width: 768px) {
    .sports-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.card img {
    width: 100%;
    max-width: 120px;
    margin: auto;
}

/* =========================
TOOLS SECTION
========================= */

.tool-card {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    gap: 20px;
}

.tool-card img {
    width: 90px;
}

@media (max-width: 768px) {

    .tool-card {
        text-align: center;
    }

    .tool-content {
        text-align: center !important;
    }
}

/* =========================
RESULT SECTION
========================= */

.results-section {
    margin-bottom: 30px;
}

.result-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.circle {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #5DE1FF;
    color: #100303;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


/* =========================
GUARANTEE SECTION
========================= */

.gurenty {
    overflow: hidden;
}

@media (max-width: 768px) {
    .gurenty {
        padding: 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: 68px;
    /* 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: #0B1F3B;
    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 {
    width: 200px;
}




.nav {
    background-color: #E6E9FF;
}

.navcolor {
    background-color: #111A2E;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 2.2rem;
}

.sectioncolor {
    background-color: #111A2E;

}

.sectioncolor1 {
    background-color: #0B1F3B;

}

.steps {
    font-size: 40px;
}

.bonus {
    background-color: #D3DAEC;
}


/* about section start */
.about-section {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;

}







/* Sports Market Start */

/* =========================
SPORTS SECTION UI
========================= */

.sports-content-card {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}

.sports-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.sports-feature:last-child {
    margin-bottom: 0;
}

.sports-icon {
    min-width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #16a34a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.25);
}

.sports-main-img {
    z-index: 2;
    max-width: 90%;
}

.sports-bg-shape {
    position: absolute;
    width: 350px;
    height: 350px;
    background: #16a34a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
}

/* =========================
MOBILE RESPONSIVE
========================= */

@media(max-width:768px) {

    .sports-content-card {
        padding: 25px;
    }

    .sports-feature {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .sports-icon {
        min-width: 60px;
        height: 60px;
        font-size: 22px;
    }



    .sports-bg-shape {
        width: 220px;
        height: 220px;
    }

}


/* Sprts Market End */



/* -------------- */

/* Section */
.sports-section {
    padding: 60px 20px;
    text-align: center;
}

/* Grid */




/* ============= */

.btn1 {
    background-color: #0CC0DF;
    color: rgb(254, 252, 252);
    font-size: 22px !important;
    border-radius: 10px;

}

.btn1:hover {
    color: rgb(255, 255, 255);
}




.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}




.navtext {
    font-size: 20px !important;
    color: rgb(11, 0, 0);
}


.navtext:hover {
    color: #1809f1;
}



.bottleimg {
    margin-top: -85px;
    margin-bottom: -75px;
}




a {
    text-decoration: none;


}



.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;


}

/* how section */
.how-section {
    background: linear-gradient(135deg, #1a2d48, #021727ec);
}

.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: #0CC0DF;
}

.step-icon {

    width: 50px;
    height: 50px;
    background: #0CC0DF;
    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;
    }
}


@media(max-width:370px) {

    .step-icon {
        position: relative;
        top: 35px;
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .step-text {
        position: relative;
        top: 35px;

    }
}

/* how section end */


/* Affliate Section Start */
.affiliate-section {
    background: linear-gradient(135deg, #0B1F3B, #1c486a);
}

.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: 28px;
    padding: 40px 28px;
    text-align: center;
    color: #fff;
    transition: 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.affiliate-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #0CC0DF;
}


.affiliate-icon {
    width: 65px;
    height: 65px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #0CC0DF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(22, 199, 132, 0.35);
}

.affiliate-card h3 {
    margin-bottom: 18px;
}

.affiliate-card p {
    color: #e1e1e1;
    line-height: 1.5;
}

.affiliate-btn {
    transition: 0.3s ease;
}

.affiliate-btn:hover {
    transform: scale(1.05);
}

@media(max-width:768px) {

    .affiliate-card {
        padding: 35px 22px;
    }


    .affiliate-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }
}

/* End */

/* Benefits Card */

.benefits-section {
    background: #d8e7ef;
}

.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 #1be525;
     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 */





/* =========================
RESPONSIVE
========================= */

@media(max-width:768px) {

    .bonus-card {
        padding: 30px 20px;
    }


}

/* --------end------------ */


/* ----------gurenty section----------- */
/* =========================
GUARANTEE SECTION
========================= */

.guarantee-section {
    background: linear-gradient(141deg, #e7e9f1 0%, #e7e9f1 55%, #586997 45%, #586997 100%);

    overflow: hidden;
}

/* =========================
HEADER
========================= */

.guarantee-badge {
    background: #16a34a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
}

/* =========================
CARD
========================= */

.guarantee-card {
    background: #fff;
    border-radius: 35px;
    padding: 50px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* =========================
IMAGE
========================= */

.guarantee-image-box {
    position: relative;
}

.guarantee-image-box::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;

    opacity: 0.1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guarantee-img {
    position: relative;
    z-index: 2;
    max-width: 90%;
}

/* =========================
CONTENT
========================= */


/* =========================
FEATURES
========================= */

.guarantee-feature {
    background: #f3f4f6;
    padding: 18px 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 300;
    transition: 0.3s ease;
}

.guarantee-feature:hover {
    transform: translateY(-5px);
    background: #ecfdf5;
}

.guarantee-feature i {
    width: 50px;
    height: 50px;
    background: #16a34a;
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* =========================
GUARANTEE BOX
========================= */

.guarantee-box {
    background: #ecfdf5;
    border-left: 5px solid #16a34a;
    padding: 25px;
    border-radius: 20px;
}

/* =========================
BUTTON
========================= */

.guarantee-btn {
    background: #16a34a;
    color: #fff;
    border: none;
    transition: 0.3s ease;
}

.guarantee-btn:hover {
    background: #15803d;
    transform: scale(1.04);
    color: #fff;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:768px) {

    .guarantee-card {
        padding: 25px;
    }





    .guarantee-feature {
        flex-direction: column;
        text-align: center;
    }

    .guarantee-btn {
        width: 100%;
        font-size: 1rem !important;
    }

    .guarantee-box {
        text-align: center;
    }

}

/* -------------gurenty section end------------ */
.card {
    background: #ffffff;
    color: #111;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.left {
    max-width: 70%;
}

.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;

}




.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: #0CC0DF;
    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: 68px;
}


.custom-hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5e505;
    text-decoration: underline;

}




.monybadge {
    height: 220px;
}


/* popup */


/* ================ */




/* Mobile View */
@media (max-width: 768px) {

    .btn1 {
        width: 100%;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    body {
        margin-top: -15px
    }




}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }


    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .how {
        height: auto;
    }





    .imgsports {
        display: flex;
        align-items: center;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}

@media(max-width:1200px) {
    .btntext2 {
        margin-top: 15px;
    }

    .how {
        height: auto;
    }

    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }

    .how1 {
        height: auto;
        border-radius: 15px;
    }

}


@media(max-width:1500px) {
    .how {
        height: auto;
    }

    .img1 {
        height: auto;
    }

    .bottle3 {
        height: auto;
    }

    .hover-scale1 {
        width: auto;
    }

    .tool-card {
        background: #1e293b;
        height: auto;
        border-radius: 14px;
        padding: 25px;
        position: relative;
        transition: 0.3s ease;
    }



}