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;
    }

    .navbar-brand img {
        width: 170px;
    }

    .navtext {
        font-size: 18px !important;
    }

    .btn1 {
        width: 100%;
    }
}

/* =========================
CUSTOM TOGGLER
========================= */

.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px;
    background: #fff;
    border-radius: 10px;
}

/* =========================
HERO IMAGE
========================= */

.navphoto {
    width: 100%;
    object-fit: cover;
}

/* =========================
TYPOGRAPHY
========================= */

@media (max-width: 768px) {

    h1,
    .fs-1 {
        font-size: 2rem !important;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.8rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    .fs-4 {
        font-size: 20px !important;
        line-height: 1.7;
    }

    p {
        line-height: 1.7;
    }
}

/* =========================
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(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .sports-grid {
        grid-template-columns: repeat(2, 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;
    gap: 15px;
    margin-bottom: 20px;
}

.circle {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00b050;
    color: #fff;
    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 */
}


.logo {
    font-size: 30px;
    font-weight: 800;
    color: #080601;
}

input{
    border-radius: 15px;
    border: none;
    padding: 15px;
    font-size: 1.3rem !important;
    width: 80%;
}
.review-card{
    transition: 0.3s ease;
    border-radius: 5%;
}

.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;
}


.nav {
    background-color: #15172C;
}

.navcolor {
    background-color: #15172C;
}

h1 {
    font-size: 2em;
}

.sectioncolor {
    background-color: #15172C;

}

.sectioncolor1 {
    background-color: #242834;

}

.steps {
    font-size: 40px;
}

.bonus {
    background-color: #D3DAEC;
}


.head {
    background-color: #15172C;
    border-radius: 15px;
}





/* -------------- */

/* Section */
.sports-section {
    padding: 60px 20px;
    text-align: center;
}

/* Grid */




/* ============= */

.btn1 {
    background-color: #FED330;
    color: black;

}




.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}




.navtext {
    font-size: 24px;
    color: white;
}


.navtext:hover {
    color: #f1f109;
}



.bottleimg {
    margin-top: -85px;
    margin-bottom: -75px;
}




a {
    text-decoration: none;
}






.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;


}

.h22 {
    font-size: 60px;
}






/* end */



/* bonus start */
/* Section */
.tools-section {
    padding: 60px 20px;
}

/* Grid */


/* Card */
.tool-card {
    background: #1e293b;
    height: 320px;
    border-radius: 14px;
    padding: 25px;
    position: relative;
    transition: 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-8px);
    background: #273449;
}

/* Icon */


/* Title */
.tool-card h3 {

    font-weight: 600;
    margin-bottom: 0px;
    color: white;
}

/* Description */
.tool-card p {
    margin-top: 15px;

    color: #cbd5f5;
    line-height: 1.4;
}

/* Highlight effect */
.tool-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* 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%;
}






@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(135deg, #e7e9f1 0%, #e7e9f1 55%, #D3DAEC 45%, #e6e6e8 100%);
    position: relative;

}


/* technology start */

.technology-section {
    overflow: hidden;
    background: linear-gradient(135deg, #e7e9f1 0%, #e7e9f1 60%, #1d2436 45%, #1d2436 100%);
    position: relative;

}

.tech-left {

    position: relative;
    z-index: 2;
}


.tech-right {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tech-image-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

.tech-image {
    max-width: 100%;
    position: relative;
    z-index: 2;
}


.tech-badge {
    position: absolute;
    right: 10%;
    top: 45%;
    background: #39b56a;
    color: #fff;
    padding: 22px 40px;
    border-radius: 60px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* end */








@media (max-width: 992px) {
    .bonus-card {
        flex-direction: column !important;
        text-align: center;
    }
}




/* Section margin top when click navbar section */
section {
    scroll-margin-top: 98px;
}


.custom-hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5e505;
    text-decoration: underline;

}




.monybadge {
    height: 220px;
}


/* popup */


/* ================ */

.purchase-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    max-width: 300px;
    z-index: 9999;
    display: none;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
}

.purchase-proof strong {
    color: #1e7e34;
}

.purchase-proof small {
    color: #777;
}


/* Mobile View */
@media (max-width: 768px) {

    .btn1 {
        width: 100%;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    body {
        margin-top: -15px
    }

    .technology-section {
        overflow: hidden;
        background: linear-gradient(135deg, #e7e9f1 0%, #e7e9f1 70%, #1d2436 45%, #1d2436 100%);
        position: relative;

    }


    .tech-content h2 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .tech-content p {
        font-size: 1rem;
        line-height: 1.9;
        margin-bottom: 25px;
    }



    .tech-badge {
        width: max-content;
        max-width: 90%;
        text-align: center;
        font-size: 1rem;
        padding: 14px 25px;
        border-radius: 40px;
        bottom: -25px;
    }


}

@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;
    }

    .product-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;
    }



}