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

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

.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;
}

body {
  background: #fff;
  background-size: 100%;
  color: black;
}
#navbarNav > ul > li > a.nav-link {
  color: #fff;
}

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

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

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

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

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

  .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-19-49 {
    width: 19%;
  }

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

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

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

  .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/panalobet_banner\ 1.png),
      lightgray -326.031px -13.276px / 575.327% 103.636% no-repeat;
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    height: 530px;
  }
  h1 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
  .pos-ab-banner {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
  }
  .bg-content {
    width: 90%;
    margin-top: 1rem;
  }
  .bg-content-list {
    width: 90px;
  }
}

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

  h1 {
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
  .pos-ab-banner {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.btn-red {
  border-radius: 30px;
  background: #ee3944;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bg-content {
  background: #ee3944;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}
.bg-content-list {
  border: 1px solid #ee3944;
  color: #fff;
  padding: 0.2rem 0.5rem;
  margin: 1rem;
  border-radius: 5px;
}
.border-blue {
  border: 5px solid #1b326d;
  padding: 1rem;
}
.border-red {
  border: 5px solid #ee3944;
  padding: 1rem;
}
.text-red-game {
  color: #ea4335;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h2 {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0.2rem 0 0 1rem;
}
h4 {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
#one > h2 {
  color: #000;
}
h4.bg-blue {
  background: #1b326d;
  color: #fff;
}

#two {
  background: var(--Linear, linear-gradient(90deg, #142e61 0%, #000 100%));
  color: #fff;
}
#four {
  background-color: #000;
  color: #fff;
}
#two > h2 {
  color: #fff;
}
h4.bg-red {
  background: #ee3944;
  color: #fff;
}
.btn-blue-re {
  border-radius: 30px;
  background: var(--10408-c, #10408c);
  padding: 5px;
  align-items: center;
}
#gotop {
  position: fixed;
  right: 3%;
  bottom: 5%;
}
footer {
  background-color: #000;
}
ul.list-dis {
  list-style: disc;
  color: #fff;
}
ul.list-dis > li > a {
  color: #fff;
}
.border-red-1 {
  border-radius: 5px;
  border: 1px solid #ea4335;
  padding: 10px;
}
