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: 5px;
        text-align: center;
    }

    .navbar-nav {
        gap: 10px !important;
    }

    .iplabout {
        margin-top: -70px;
    }
}


.about122 {
    background-color: #e6e2e27a;
}

.App13 {
    height: 400px;
    width: 70%;
}

.bannerimg {
    height: 600px;
    width: 100%;
    display: block;
}



/* =========================
CUSTOM TOGGLER
========================= */

.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px;
    background: #fafbfc;
    border-radius: 5px;
}

.hero-section {
    position: relative;
    background: linear-gradient(#3862c4c8, #3862c4d6),
        url('../image/Ipl Betting-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.timelineback {
    background: linear-gradient(135deg, #02232fc7, #02232fc7, #2488b0c9 50%, #2488b0da 50%);
}


/* Card hover effect */
.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}



@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;
    }

    .logo {
        font-size: 25px !important;
    }

}

.default-list {
    list-style-type: disc;
}





/* =========================
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 */
}

.logo {
    font-size: 30px;
    font-weight: 700;
    color: #f2f7fa;
}

.nav {
    background-color: #061E59;
}

.navcolor {
    background-color: #061E59;
}

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: #061E59;

}

.sectioncolor1 {
    background-color: #061E59;

}




/* about section start */
.about-section {
    overflow: hidden;
    background: linear-gradient(135deg, #10172B, #10172B);
    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;
}
.whywin1{
    border-radius: 8px;
}

a {
    text-decoration: none;


}

.about1 {
    margin-top: -8px;


}

/* 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%;
    }

    .bannerimg {
        margin-top: 12px;
    }

   
    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .whywin {
        margin-bottom: -30px;
    }
}

@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}


@media(max-width:1500px) {

    .bonus-logo {
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .bannerimg {
        height: auto;
    }

    .welcomebonus {
        height: auto;
        width: auto;

    }

    .App13 {
        height: auto;
        width: auto;
    }
}