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(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;
    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 */
}

.banner-wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* FIRST IMAGE */

.img1{
    width: 100%;
    display: block;
}

/* SECOND OVERLAP IMAGE */

.img2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 2;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

    .img2{
        width: 90%;
        top: 55%;
    }

}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #080601;
}

input{
    border-radius: 15px;
    border: none;
    padding: 15px;
    font-size: 1.3rem !important;
    width: 80%;
}



.nav {
    background-color: #2E2834;
}

.navcolor {
    background-color: #2E2834;
}

h1 {
    font-size: 2em;
}

.sectioncolor {
    background-color: #2E2834;

}

.sectioncolor1 {
    background-color: #2E3D63;

}

.steps {
    font-size: 40px;
}

.bonus {
    background-color: #D3DAEC;
}


.head {
    background-color: #2E2834;
    border-radius: 15px;
}

/* 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: #FDAE30;
    color: black;

}




.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}




.navtext {
    font-size: 24px !important;
    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;
}





/* --------------bonus------------- */
/* =========================
BONUS SECTION
========================= */

.bonus-section{
    background:linear-gradient(135deg,#111827 0%,#1f2937 100%);
    position:relative;
    overflow:hidden;
}

.bonus-badge{
    background:#16a34a;
    color:#fff;
    padding:10px 28px;
    border-radius:50px;
    font-size:1rem;
    font-weight:700;
    display:inline-block;
}

/* =========================
BONUS CARD
========================= */

.bonus-card{
    background:rgba(255,255,255,0.06);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:30px;
    padding:35px 28px;
    text-align:center;
    transition:0.4s ease;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.bonus-card:hover{
    transform:translateY(-10px);
    border-color:#16a34a;
    box-shadow:0 20px 40px rgba(0,0,0,0.3);
}

.bonus-icon{
    width:110px;
    height:110px;
    background:#fff;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 25px;
    padding:15px;
}

.bonus-icon img{
    max-width:100%;
    max-height:100%;
}

.bonus-card h3{
    font-size:1.6rem;
    font-weight:700;
    margin-bottom:18px;
}





/* =========================
RESPONSIVE
========================= */

@media(max-width:768px){

    .bonus-card{
        padding:30px 20px;
    }

    .bonus-card h3{
        font-size:1.3rem;
    }

    .bonus-card p{
        font-size:1rem;
    }

    .bonus-icon{
        width:90px;
        height:90px;
        border-radius:25px;
    }

   

}
/* --------end------------ */


/* ----------gurenty section----------- */
/* =========================
GUARANTEE SECTION
========================= */

.guarantee-section{
    background:linear-gradient(135deg,#e6e7e9 0%,#8c8f97 100%);
    overflow:hidden;
}

/* =========================
HEADER
========================= */

.guarantee-badge{
    background:#16a34a;
    color:#fff;
    padding:10px 30px;
    border-radius:50px;
    font-size:1rem;
    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
========================= */

.guarantee-content h3{
    font-size:2.2rem;
    color:#111827;
}

.guarantee-content p{
    color:#000306;
    line-height:1.7;
}

/* =========================
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;
}

.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(135deg, #e7e9f1 0%, #e7e9f1 55%, #EDEFEB 45%, #EDEFEB 100%);
    position: relative;

}



.download-box{
    border: 1px solid #e9ecef;
    border-radius: 15px;
}

.floating-book{
    max-width: 90%;
    animation: floatBook 4s ease-in-out infinite;
}

@keyframes floatBook{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0px);
    }
}

.support-section{
    background: #f8f9fa;
}


.support-image{
    min-height: 100%;
}

.support-badge{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #111;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}

.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: 20px;
    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: #0d6efd;
    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;
    }

}

/* technology start */

.technology-section {
    overflow: hidden;
    background: linear-gradient(130deg, #4A5163 0%, #4A5163 60%, #e7e9f1 45%, #e7e9f1 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, #1d2436 0%, #1d2436 85%, #e7e9f1 45%, #e7e9f1 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;
    }

    .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;
    }



}