: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: var(
    --colorplay,
    linear-gradient(90deg, #ffe450 0%, #ff94f4 46%, #a4d9ff 100%)
  );
  background-size: 100%;
  color: #000;
}
#navbarNav > ul > li > a.nav-link {
  color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 767.99px) {
  #navbarNav {
    position: absolute;
    width: 90%;
    background: rgba(0, 0, 0, 0.689);
    padding: 1rem;
    top: 100%;
    z-index: 9999;
    right: 5%;
  }
  .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;
  }
}

/* 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/panalobet_banner.webp),
      lightgray -1366.795px 0px / 555.141% 100% no-repeat;
    background-size: cover;
    background-position: 75%;
    background-repeat: no-repeat;
    height: 500px;
  }
  h1.text-yellow {
    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(./img/panalobet_banner.webp);
    background-size: cover;
    background-position: 30% center;
    background-repeat: no-repeat;
    height: 530px;
  }

  h1.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: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
  .pos-ab-banner {
    position: absolute;
    text-align: center;
    left: 35%;
    top: 50%;
    width: 60%;
    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: #000;
  margin: 0.2rem;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
.bg-content-list {
  border-radius: 5px;
  margin: 0.2rem;
  padding: 0.2rem 0.5rem;
  color: #000;
}
.bg-content-list:nth-child(2),
.btn-one {
  background: #01fca1;
}
.bg-content-list:nth-child(3),
.btn-two {
  background: #fdfb02;
}
.bg-content-list:nth-child(4),
.btn-three {
  background: #f32082;
}
.bg-content-list:nth-child(5),
.btn-four {
  background: #9455fd;
}
.bg-content-list:nth-child(6),
.btn-five {
  background: #08f3f8;
}

.bg-purple {
  border-radius: 10px;
  background: #9455fd;
}
#one {
  background-image: url(./img/panalobet_background.webp);
  background-position: center;
  background-size: cover;
}
#three {
  background-image: url(./img/panalobet_background_gold.webp);
  background-position: center;
  background-size: cover;
}
#four {
  background-image: url(./img/panalobet_background_game.webp);
  background-position: center;
  background-size: cover;
}
h2 {
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
li.text-red {
  color: #d22f27;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.bg-gray-op {
  background: rgba(0, 0, 0, 0.3);
}
.bg-white-op {
  background: rgba(255, 255, 255, 0.4);
}
#gotop {
  position: fixed;
  right: 3%;
  bottom: 5%;
}
footer {
  background-color: #000;
}
ul.list-dis {
  list-style: disc;
  color: #fff;
}
