@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;
}
* {
  font-family: "Poppins", sans-serif;
}
.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: linear-gradient(90deg, #4b0000 0%, #890000 100%);
  background-size: 100%;
  color: #fff;
}
#navbarNav > ul > li > a.nav-link {
  color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 767.99px) {
  .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 {
    width: 100%;
  }

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

/* 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 {
    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(https://www.panalo88bet.ph/img/panalobet_banner.webp),
      lightgray -1366.795px 0px / 555.141% 100% no-repeat;
    background-size: cover;
    background-position: 15%;
    background-repeat: no-repeat;
    height: 500px;
  }
  h1 {
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    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;
  }
  .pos-ab-banner {
    position: absolute;
    left: 5%;
    top: 70%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
  }
  .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;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) {
  #banner {
    background: url(https://www.panalo88bet.ph/img/panalobet_banner.webp);
    background-size: cover;
    background-position: 30% center;
    background-repeat: no-repeat;
    height: 530px;
  }

  h1 {
    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;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
  .pos-ab-banner {
    position: absolute;
    text-align: center;
    left: 65%;
    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-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;
}
.bg-content {
  border-radius: 5px;
  background: #d22f27;
  margin: 0.2rem;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
.bg-content-list {
  border-radius: 5px;
  border: 1px solid var(--Linear, #c5921e);
  margin: 0.2rem;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
.bg-content-list:hover {
  background-color: var(--Linear, #c5921e);
  transition: all 0.5s;
}

h4 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bg-gold {
  border-radius: 10px;
  background: var(
    --Linear,
    linear-gradient(
      90deg,
      #c5921e 0%,
      #f8c631 16.31%,
      #ffe986 46.35%,
      #f9c82e 78.65%,
      #c28d14 100%
    )
  );
}
h2.text-yellow {
  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;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h2 {
  color: #23a6f0;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
#two {
  background-image: url(https://www.panalo88bet.ph/img/panalobet_cockfight_background.webp);
  background-size: cover;
  background-position: top;
}
#four {
  background-image: url(https://www.panalo88bet.ph/img/panalobet_cockfight_background_3\ 1.webp);
  background-size: cover;
  background-position: center;
}
