@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

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

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

.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: #000;
  color: #fff;
}
#navbarNav > ul > li > a.nav-link {
  color: #fff;
}

/* 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: #0000009a;
  }
}

/* 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;
  }
}

/*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/PBC88_affiliate_banner.webp),
      lightgray -1366.795px 0px / 555.141% 100% no-repeat;
    background-size: cover;
    background-position: 75%;
    background-repeat: no-repeat;
    height: 500px;
  }
  h1 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 6.416666507720947;
    -webkit-text-stroke-color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 132.759% */
    text-shadow: -2px -2px 0 #c5921e, 2px -2px 0 #f8c631, -2px 2px 0 #ffe986,
      2px 2px 0 #f9c82e;
  }
  .text-banner {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 6.416666507720947;
    -webkit-text-stroke-color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 132.759% */
    text-shadow: -2px -2px 0 #d9d9d9, 2px -2px 0 #d9d9d9, -2px 2px 0 #d9d9d9,
      2px 2px 0 #d9d9d9;
  }
  .pos-ab-banner {
    position: absolute;
    left: 5%;
    top: 70%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
  }

  .over-scroll-mobile {
    overflow-x: scroll;
  }
  .over-scroll-mobile > img {
    width: 250px;
  }
  .over-hidden {
    overflow-x: hidden;
  }
  .h-200px {
    height: 200px;
  }
  .bg-left {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 31.29%),
      url(./img/PBC88_affiliate_7case\ 1.png);
    background-position: top;
    background-repeat: no-repeat;
  }
  .bg-left-2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 31.29%),
      url(./img/PBC88_affiliate_class\ 1.png);
    background-position: top;
    background-repeat: no-repeat;
  }
  .bg-left-3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 31.29%),
      url(./img/PBC88_affiliate_tools\ 1.png);
    background-position: top;
    background-repeat: no-repeat;
  }
  .mobile-150px {
    height: 150px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) {
  .bg-left {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 31.29%),
      url(./img/PBC88_affiliate_7case\ 1.png);
    background-position: left;
    background-repeat: no-repeat;
  }
  .bg-left-2 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 31.29%),
      url(./img/PBC88_affiliate_class\ 1.png);
    background-position: left;
    background-repeat: no-repeat;
  }
  .bg-left-3 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 31.29%),
      url(./img/PBC88_affiliate_tools\ 1.png);
    background-position: left;
    background-repeat: no-repeat;
  }

  .web-pr-3 {
    padding-right: 2rem;
  }
  #banner {
    background: url(./img/PBC88_affiliate_banner.webp);
    background-size: cover;
    background-position: 70% center;
    background-repeat: no-repeat;
    height: 540px;
  }

  h1 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 6.416666507720947;
    -webkit-text-stroke-color: #000;
    font-family: Poppins;
    font-size: 58px;
    font-style: normal;
    font-weight: 900;
    line-height: 77px; /* 132.759% */
    text-shadow: -2px -2px 0 #c5921e, 2px -2px 0 #f8c631, -2px 2px 0 #ffe986,
      2px 2px 0 #f9c82e;
  }
  .text-banner {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 6.416666507720947;
    -webkit-text-stroke-color: #000;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 77px; /* 132.759% */
    text-shadow: -2px -2px 0 #d9d9d9, 2px -2px 0 #d9d9d9, -2px 2px 0 #d9d9d9,
      2px 2px 0 #d9d9d9;
  }
  .pos-ab-banner {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 70%;
    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 {
  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%,
      #f9c82e 46.35%,
      #c28d14 78.65%
    )
  );
  transition: all 0.5s;
}
.bg-content {
  background: #ae0b0a;
  margin: 0.4rem 0;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
.bg-content-list,
.btn-green {
  margin: 0.4rem 0;
  padding: 0.2rem 0.5rem;
  color: #000;
  background: #0ba634;
}
li.bg-content-list > a {
  color: #000;
}
.bg-red {
  background: #ae0b0a;
}
.border-red {
  border-radius: 20px;
  border: 5px solid #ae0b0a;
}
h2 {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
p,
li {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
ul.li-bold > li {
  font-weight: 600;
}
ul.li-bold > li > span {
  font-weight: 200;
}
h2 {
  background: var(
    --Linear,
    linear-gradient(
      90deg,
      #c5921e 0%,
      #f8c631 16.31%,
      #ffe986 46.35%,
      #f9c82e 78.65%,
      #c28d14 100%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h5 {
  color: #f8ba21;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.text-yellow {
  color: #f8ba21;
}
.border-left-yellow {
  border-left: 5px solid #f8ba21;
}
.border-bottom-yellow {
  border-bottom: 3px solid #f8ba21;
}
#two {
  background-image: url(./img/PBC88_background_money_green.webp);
  background-position: center;
  background-size: cover;
}
#three {
  background-image: url(./img/PBC88_background_money.webp);
  background-position: center;
  background-size: cover;
}
#five {
  background: url(./img/PBC88_background_\ program.webp);
  background-position: top;
  width: 100%;
  background-repeat: no-repeat;
}
.border-yellow {
  border: 3px solid var(--Linear, #c5921e);
}
footer {
  background-color: #000;
}
div.flex-wrap > a.nav-link {
  margin: 0 1rem;
}
.btn-blue-re {
  border-radius: 30px;
  padding: 0.4rem;
  color: #fff;
  background: var(--10408-c, #10408c);
}
li > a.nav-link {
  font-weight: 400;
  font-size: 14px;
}
h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table,
th,
td {
  border: 1px solid #fff;
}
th,
td {
  padding: 8px;
  text-align: center;
}
