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;
    }


}



/* =========================
CUSTOM TOGGLER
========================= */

.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px;
    background: #fafbfb;
    border-radius: 5px;
}

.hero-section {
    position: relative;
    background: linear-gradient(135deg, #1f1f1fc4, #1f1f1fe1),
        url('../image/paripulse-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


p {
    font-size: 24px !important;
}



.howheight {
    height: 350px;
    width: 95%;
    border-radius: 15px;
}

.howheight1 {
    height: 550px;
    width: 85%;
    border-radius: 15px;
}

/* Apk Start */



/* 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;
    }

    ol {
        font-size: 20px !important;
        line-height: 1.4;
    }


}

.default-list {
    list-style-type: disc;
}


@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;
    }
}

.register{
    border-radius: 15px;
}

/* =========================
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;
    }
}

button.position-fixed {
    z-index: 999;
}


body {
    padding-top: 58px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 700;
    color: #f6f7f8;
}

.nav {
    background-color: #1F1F1F;
}

.navcolor {
    background-color: #1F1F1F;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.9rem;
}

h3 {
    font-size: 1.8rem;
}

p {
    font-size: 1.4rem;

}

ul {
    font-size: 1.3rem;
}

ol {
    font-size: 1.3rem;
}

.sectioncolor {
    background-color: #1F1F1F;

}

.sectioncolor1 {
    background-color: #1F1F1F;

}


/* about section start */
.about-section {
    overflow: hidden;
    background: linear-gradient(135deg, #373636, #464646);
    position: relative;
    color: white;

}


.aboutimg {
    width: 85%;
    height: 550px;
    border-radius: 15px;
}

/* ============= */

.btn1 {
    background-color: #EF4848;
    color: rgb(245, 238, 238);
    font-size: 22px;
    border-radius: 10px;

}

.btn1:hover {
    color: rgb(242, 240, 240);
}

.btn2 {
    background-color: #EF4848;
    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;


}


/* 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);
}




/* Amount */
.bonus-amount {

    color: #01080c;

}


/* --------end------------ */
.promocode {
    border-radius: 15px;
    height: 100%;
}

.welcomebonus {
    height: 550px;
    width: 85%;
    border-radius: 15px;
}




@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: #1F1F1F;
    padding: 25px 30px;
    border: none;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #1F1F1F;
    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-bottom: -30px;
    }

    .aboutimg {
        margin-bottom: -20px;
        margin-top: -20px;
    }

    .promocode {
        margin-bottom: -35px;

    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .whywin {
        margin-bottom: -30px;
    }

    .footerbar {
        margin-bottom: -15px !important;
    }
}

@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .how {
        height: auto;
    }

    .howheight {
        height: auto;
        width: auto;
    }

    .howheight1 {
        height: auto;
        width: auto;
    }



    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}


@media(max-width:1500px) {

    .bonus-logo {
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .welcomebonus {
        height: auto;
        width: auto;

    }


    .bannerimg {
        height: auto;
    }

    .aboutimg {
        width: auto;
        height: auto;
    }
}