@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./code/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --blue: #10408c;
    --darkblue: #071d46;
    --red: #ee3944;
    --white: #fff;
    --yellow: #f8ba21;
}

* {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.text-red {
    color: var(--red);
}

.text-white {
    color: var(--white) !important;
}

.text-yellow {
    color: var(--yellow);
}

.none {
    display: none;
}

a {
    text-decoration: none;
}

a.top {
    position: fixed;
    right: 1%;
    bottom: 5%;
}

.gsc-control-cse {
    background-color: #00000000 !important;
    border: 0px !important;
}

.link {
    cursor: pointer !important;
}

.pos-rel {
    position: relative;
}

.text-right {
    text-align: end;
}

body {
    background: var(--Linear, linear-gradient(90deg, #071d46 0%, #630012 100%));
    color: #fff;
}

#navbarNav>ul>li>a.nav-link {
    color: #fff;
}

.btn-blue-re {
    border-radius: 30px;
    background: var(--10408-c, #10408c);
    color: #fff;
    padding: 5px 10px;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 767.99px) {

    #one,
    #two,
    #three,
    #four,
    #five {
        padding: 0 1rem;
    }

    .web {
        display: none;
    }

    .flex-row-col {
        flex-direction: column;
    }

    .flex-row-col-re {
        flex-direction: column-reverse;
    }

    .w-25-50 {
        width: 50%;
    }

    .w-24-48 {
        width: 48%;
    }

    .w-19-49 {
        width: 49%;
    }

    .w-30-90 {
        width: 90%;
    }

    .w-25-100,
    .w-auto-100,
    .w-48-100,
    .w-75-100,
    .w-80-100,
    .w-50-100,
    .w-30-100 {
        width: 100%;
    }

    .text-left-center,
    .text-right-center {
        text-align: center;
    }

    #navbarNav {
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 999;
        width: 90%;
        padding: 0 1rem;
        transform: translateX(-50%);
        background-color: #000000;
    }

    .mobile-px-2 {
        padding: 0 1rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) {
    .w-50-100 {
        width: 50%;
    }

    .w-24-48 {
        width: 24%;
    }

    .w-30-90,
    .w-30-100 {
        width: 30%;
    }

    .w-48-100 {
        width: 48%;
    }

    .w-auto-100 {
        width: auto;
    }

    .w-19-49 {
        width: 19%;
    }

    .text-left-center {
        text-align: left;
    }

    .text-right-center {
        text-align: right;
    }

    .w-25-50,
    .w-25-100 {
        width: 25%;
    }

    .w-80-100 {
        width: 80%;
    }

    .w-75-100 {
        width: 75%;
    }

    .mobile {
        display: none;
    }

    .flex-row-col,
    .flex-row-col-re {
        flex-direction: row;
    }

    .bg-content,
    .bg-content-list {
        width: 16%;
    }
}

/*endendendendend*/
/* Extra small devices (phones, 600px and down) */
@media (max-width: 767.99px) {
    #banner {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(./img/PBC_cricket_banner.webp), lightgray -1366.795px 0px / 555.141% 100% no-repeat;
        background-size: cover;
        background-position: 90%;
        background-repeat: no-repeat;
        height: 500px;
    }

    #banner.deposit {
        background: url(./img/deposit/PBC_deposit_banner.webp);
        background-size: cover;
        background-position: 10%;
        background-repeat: no-repeat;
        height: 500px;
    }

    #banner.promotions {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(./img/promotion/PBC88_banner_bonus.png);
        background-size: cover;
        background-position: 25%;
        background-repeat: no-repeat;
        height: 500px;
    }

    #banner.app {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(./img/app-download/PBC88_banner_app_download.webp);
        background-size: cover;
        background-position: 5%;
        background-repeat: no-repeat;
        height: 500px;
    }

    h1 {
        color: #fff;
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px;
        /* 156.25% */
    }

    .text-banner {
        color: #fff;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pos-ab-banner {
        position: absolute;
        left: 5%;
        top: 50%;
        width: 90%;
        transform: translateY(-50%);
    }

    .bg-content,
    .bg-content-list {
        width: 48%;
    }

    .over-scroll-mobile {
        overflow-x: scroll;
    }

    .over-scroll-mobile>img {
        width: 250px;
    }

    .over-hidden {
        overflow-x: hidden;
    }

    .h-200px {
        height: 200px;
    }

    .mobile-150px {
        height: 150px;
    }

    .line-gold {
        border-top: 3px solid var(--gold, #c5921e);
        padding: 1rem;
        width: 250px;
    }

    .w-100-50 {
        width: 50%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) {
    .line-gold {
        border-left: 3px solid var(--gold, #c5921e);
        padding: 1rem;
        height: 150px;
    }

    .w-100-50 {
        width: 100%;
    }

    .web-pr-3 {
        padding-right: 2rem;
    }

    #banner {
        background: url(./img/PBC_cricket_banner.webp);
        background-size: cover;
        background-position: 70% center;
        background-repeat: no-repeat;
        height: 500px;
    }

    #banner.deposit {
        background: url(./img/deposit/PBC_deposit_banner.webp);
        background-size: cover;
        background-position: 70% center;
        background-repeat: no-repeat;
        height: 500px;
    }

    #banner.promotions {
        background: url(./img/promotion/PBC88_banner_bonus.png);
        background-size: cover;
        background-position: 70% center;
        background-repeat: no-repeat;
        height: 500px;
    }

    #banner.app {
        background: url(./img/app-download/PBC88_banner_app_download.webp);
        background-size: cover;
        background-position: 70% center;
        background-repeat: no-repeat;
        height: 500px;
    }

    h1 {
        color: #fff;
        font-family: Poppins;
        font-size: 48px;
        font-style: normal;
        font-weight: 900;
        line-height: 60px;
        /* 125% */
    }

    .text-banner {
        color: #fff;
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pos-ab-banner {
        position: absolute;
        left: 60%;
        top: 50%;
        width: 65%;
        transform: translate(-50%, -50%);
    }

    .app>.pos-ab-banner {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 65%;
        transform: translate(-50%, -50%);
    }

    .over-scroll-mobile>img {
        width: 25%;
    }

    .h-200px {
        height: 400px;
    }
}

.btn-red {
    border-radius: 30px;
    background: #ee3944;
    color: #fff;
    width: 150px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-redblue {
    border-radius: 30px;
    background: #ffd522;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
}

.btn-gold {
    border-radius: 30px;
    background: var(--Linear, linear-gradient(90deg, #c5921e 0%, #f8c631 16.31%, #ffe986 46.35%, #f9c82e 78.65%, #c28d14 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    padding: 0.5rem 1rem;
}

.btn-gold:hover {
    background: var(--Linear, linear-gradient(90deg, #f8c631 0%, #ffe986 16.31%, #c5921e 46.35%, #c28d14 78.65%));
    transition: all 0.5s;
}

.bg-content {
    background: #b30b0a;
    margin: 0.2rem;
    padding: 0.2rem 0.5rem;
    color: #fff;
}

.bg-content-list {
    background: #f54b4a;
    margin: 0.2rem;
    padding: 0.2rem 0.5rem;
    color: #000;
}

li.bg-content-list>a {
    color: #000;
}

.bg-red {
    background: #f54b4a;
}

.border-red {
    border-radius: 20px;
    border: 5px solid #f54b4a;
}

h2 {
    color: #f8ba21;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 93.75% */
}

.border-yellow {
    border: 5px solid #f8ba21;
}

.border-yellow-1 {
    border: 3px solid #fcc106;
}

li.text-yellow {
    color: #f8ba21;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

#one {
    background: url(./img/PBC_cricket_background_1.webp);
    background-position: center;
    background-size: cover;
}

#three {
    background: url(./img/PBC_cricket_background_2.webp);
    background-position: center;
    background-size: cover;
}

#five {
    background: url(./img/PBC_cricket_background_3.webp);
    background-position: center;
    background-size: cover;
}

#deposit_five {
    background: url(./img/deposit/PBC_background_casino.webp);
    background-position: center;
    background-size: cover;
}

#promotions_five {
    background: url(./img/promotion/PBC88_background_money\ 1.png);
    background-position: center;
    background-size: cover;
}

.bg-green {
    background: #1b791f;
}

.bg-gray {
    background: rgba(0, 0, 0, 0.2);
}

.bg-blue {
    background: #2483cc;
}

p {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.border-gold {
    border-radius: 20px;
    border: 3px solid var(--gold, #c5921e);
}

h3 {
    color: #fff;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 107.143% */
}

ul.li-bold>li {
    font-weight: 600;
    line-height: 30px;
}

ul.li-bold>li>span {
    font-weight: 400;
}

.br-50 {
    border-radius: 50%;
}

.category {
    background: #e8766e;
    padding: 5px 2rem;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.pr-2 {
    padding-right: 1rem;
}

.pl-3 {
    padding-left: 1rem;
}

footer {
    background-color: #000;
}

.w-100px {
    width: 70px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(138, 138, 138) !important;
    content: ">";
}

span.bg-blue {
    background: #185fa7;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}

.mb-4 {
    margin-bottom: 2rem;
}

.bg-white-op {
    background: rgba(255, 255, 255, 0.2);
}

.bg-white {
    background-color: #fff;
}

.text-yellow {
    color: #f8ba21;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}

.cpl-green {
    background: #5aac42;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}

.bbl-red {
    background: #c31230;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}

.bpl-green {
    background: #016e38;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}

.psl-green {
    background: #5aac42;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}

.goTop {
    position: fixed;
    left: 3%;
    bottom: 5%;
}

.live-btn {
    position: fixed;
    right: 3%;
    bottom: 15%;
}

h1.text-yellow {
    color: #f8ba21;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 93.75% */
}

.border-gold-2 {
    border: 3px solid #fcc106;
    padding: 1rem;
}

li.nav-item {
    font-family: "Poppins";
    font-weight: 600;
}

ol.breadcrumb>li.breadcrumb-item:nth-child(3) {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.text-yellow {
    color: #f8ba21;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

/*depoit*/
.btn-joinnow {
    border-radius: 30px;
    background: #ffb229;
    color: #000;
    font-weight: 600;
}

.bg-white {
    background-color: #fff !important;
}

a.text-red {
    color: #d22f27;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 125% */
}

h2.text-red {
    color: #d22f27;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 93.75% */
}

.bg-cagray {
    background-color: #cacaca;
}

h1.text-red {
    color: #d22f27;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 93.75% */
}

.text-red {
    color: #d22f27;
}

.text-black {
    color: #000;
}

.text-blue {
    color: #003f8a;
}

.border-red-1 {
    border: 3px solid #d22f27;
    padding: 1rem;
}

/*promotions*/
a.text-yellow-1 {
    font-weight: 600;
}

.text-yellow-1 {
    color: #ffd522;
}

.btn-gold {
    border-radius: 30px;
    background: var(--Linear, linear-gradient(90deg, #c5921e 0%, #f8c631 16.31%, #ffe986 46.35%, #f9c82e 78.65%, #c28d14 100%));
}

.border-yellow-1 {
    border: 2px solid #fcc106;
}

/*app*/
.bg-darkgrey {
    border-radius: 5px;
    background: #939598;
    color: #000;
    padding: 5px 10px;
}

#APP_three {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(./img/app-download/PBC88_background.webp);
    background-position: center;
    background-size: cover;
}

.text-left {
    text-align: start !important;
}

h2.text-blue {
    color: #1e50a0;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

h2.text-yellow {
    color: #ffd522;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

ul.text-red>li>span {
    color: #fff !important;
}

ul.text-red>li>span.text-black {
    color: #000 !important;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    /* left: 0; */
    min-width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #1E1E1E;
    color: #EC8A41;
    z-index: 999;
}

.dropdown-item {
    color: white;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.dropdown.show {
    display: block;
}

@media (max-width: 1024px) {
    .dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
        background-color: #474645;
        padding: 10px;
    }

    .dropdown-item {
        padding-left: 30px;
    }
}

@media (max-width: 678px) {
    .navbar-nav .dropdown-menu {
        background-color: #474645;
    }

    .dropdown-menu li {
        padding: 0;
    }
}