html,
body {
    overflow-x: hidden;
    overflow-y: auto;

}

* {
    font-family: Playfair Display, serif;
}




.navbar {
    z-index: 9999;
}

.navcenter {
    align-items: center;
    gap: 10px;
}

@media (max-width: 991px) {

    .navbar-collapse {

        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        text-align: center;
    }

    .navbar-nav {
        gap: 0px !important;
    }


}

.logo {
    width: 165px;
}

.bannerimg {
    height: 310px;
    border-radius: 18px;
}

.bannerimg1 {
    width: 850px;
    border-radius: 18px;
}

/* =========================
CUSTOM TOGGLER
========================= */

.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px;
    background: #fbfbfb;
    border-radius: 5px;
}

.hero-section {
    position: relative;
    background:linear-gradient(135deg,#081120 0%,#0F254E 45%,#000000 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* end */

@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;
    }

    h4 {
        font-size: 1.3rem !important;
    }

    p {
        font-size: 21px !important;
        line-height: 1.4;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .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;
    }

}

.default-list {
    list-style-type: disc;
}





/* =========================
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 */
}



.nav {
    background-color: #000000;
}

.navcolor {
    background-color: #000000;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

p {
    font-size: 1.3rem !important;

}

.faq {
    font-size: 1.3rem !important;
}

ul {
    font-size: 1.3rem !important;
}

li {
    font-size: 1.3rem;
}

.sectioncolor {
    background-color: #000000;

}

.sectioncolor1 {
    background-color: #000000;

}

.steps {
    font-size: 40px;
}



/* about section start */
.about-section {
    overflow: hidden;
    background: linear-gradient(135deg, #0B1D3D, #061022);
    position: relative;
   

}

.how-section{
     background:linear-gradient(135deg,#07111F 0%,#0D2345 55%,#12396C 100%);
}


/* ============= */

.btn1 {
    background-color: #FFC107;
    color: rgb(245, 238, 238);
    font-size: 22px;
    border-radius: 20px;

}

.btn1:hover {
    color: rgb(242, 240, 240);
}

.btn2 {
    background-color: #FFC107;
    color: rgb(16, 16, 16);
    font-size: 20px;
    border-radius: 10px;

}

.btn2:hover {
    color: rgb(13, 1, 1);
}




.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;


}


/* --------end------------ */
.promocode {
    border-radius: 15px;
}




.icon {
    width: 45px;
    height: 45px;
    line-height: 35px;
}



small {
    font-size: 18px !important;
}


/* faq section */

.faq-section {
    background: #D8E7EF;
}





/* 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%;
    }

    .bannerimg1 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .promocode {
        margin-bottom: -35px;

    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .whywin {
        margin-bottom: -30px;
    }
}

@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .navcenter {
        gap: -10px !important;
    }

}


@media(max-width:1500px) {

    .bonus-logo {
        width: auto;
        height: auto;
        object-fit: contain;
    }


    .bannerimg {
        height: auto;
    }

    .bannerimg1 {
        width: auto;

    }
}