:root {
  --blue: #10408c;
  --darkblue: #071d46;
  --darkred: #900d2c;
  --white: #fff;
}
.text-red {
  color: var(--red);
}
.text-darkred {
  color: var(--darkred);
}
.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: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
}
#navbarNav > ul > li > a.nav-link {
  color: #fff;
}
footer {
  background-color: #000;
}
/* 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-100-75 {
    width: 75%;
  }
  .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-100-75 {
    width: 100%;
  }

  .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_online_cricket_banner.webp),
      lightgray -1366.795px 0px / 555.141% 100% no-repeat;
    background-size: cover;
    background-position: 15%;
    background-repeat: no-repeat;
    height: 500px;
  }
  .h1 {
    color: #fff;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px; /* 119.048% */
  }
  .text-banner {
    color: #61dafb;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
  }
  .pos-ab-banner {
    position: absolute;
    left: 5%;
    top: 70%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
  }
  .bg-content,
  .bg-content-list {
    width: 100%;
  }

  .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;
  }
  .bg-content {
    background: #61dafb;
    margin: 0.2rem;
    padding: 0.2rem 0.5rem;
    color: #000;
    border-radius: 5px;
  }
  .bg-content-list {
    margin: 0.2rem;
    padding: 0.2rem 0.5rem;
    color: #000;
    background: #f8ba21;
    border-radius: 5px;
  }
}

/* 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;
  }
  .bg-content {
    background: #61dafb;
    margin: 0.2rem;
    padding: 0.2rem 0.5rem;
    color: #000;
    border-radius: 5px;
  }
  .bg-content-list {
    margin: 0.2rem;
    padding: 0.2rem 0.5rem;
    color: #000;
    border-radius: 5px;
    background: #f8ba21;
  }

  .web-pr-3 {
    padding-right: 2rem;
  }
  #banner {
    background: url(./img/PBC_online_cricket_banner.webp);
    background-size: cover;
    background-position: 40%;
    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: #61dafb;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .pos-ab-banner {
    position: absolute;
    left: 45%;
    width: 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-yellow {
  border-radius: 30px;
  background: #ffd522;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  font-weight: 700;
}
.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-list:nth-last-child(1) {
  border: 0;
}
li.bg-content-list > a {
  color: #000;
}
.bg-linebluered {
  background: var(--Linear, linear-gradient(90deg, #071d46 0%, #630012 100%));
}

#three {
  background: url(./img/PBC_background.webp);
  background-size: cover;
  background-position: center;
}
#four {
  background: url(./img/PBC_online_cricket.webp);
  background-position: top;
  background-size: cover;
}
ul.li-bold > li {
  font-weight: 600;
  line-height: 30px;
}
ul.li-bold > li > span {
  font-weight: 400;
}
.bg-linered {
  background: var(--red, linear-gradient(90deg, #4b0000 0%, #890000 100%));
}
h3 {
  color: #f8ba21;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 107.143% */
}
h2 {
  color: #d22f27;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 93.75% */
}
p {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.category {
  background: #f8ba21;
  padding: 10px;
  align-items: center;
  color: #000;
}
.btn-blue-re {
  border-radius: 30px;
  background: var(--10408-c, #10408c);
  color: #fff;
  padding: 0.3rem 0.6rem;
}
.btn-blue-re:hover {
  background: var(--10408-c, #2f65bb);
  transition: all 0.5s;
}
.text-red {
  color: #d22f27;
}
h4 {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
ul.li-yellow > li {
  color: #ff980e;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  line-height: 30px; /* 150% */
}
ul.li-yellow > li > span {
  color: #000;
}

h1 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 125% */
}
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% */
}
h2.text-blue {
  text-align: start;
  color: #009dff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.bg-gray {
  background: rgba(0, 0, 0, 0.1);
}
.bg-grey {
  background: #bcbcbc;
}
.border-red {
  border: 5px solid #d22f27;
}
.over-scroll-mobile > img {
  margin: 0 1rem;
}
