.adv,
.title {
  display: flex;
}
.card,
.card-content {
  border: none;
  position: relative;
}
.card,
.card-content,
.percent,
.wrapper {
  position: relative;
}
.percent-bar,
.wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.btn-provider,
.card,
.glowing-text,
.maintenance,
.percent p,
.percent-bar,
.play-btn {
  text-align: center;
}
.percent p,
span {
  font-weight: 700;
}
*,
p {
  margin: 0;
}
* {
  font-family: sans-serif;
  box-sizing: border-box;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
body {
  /* background: linear-gradient(330deg, #1b064c, #030303) 0 0/70% 100%, linear-gradient(330deg, #000, #000) 0 0/100% 30%, #000; */
  background: #f6f6f6;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: contain;
}
.glowing-text {
  font-size: 240px;
  color: #fff;
  text-shadow: 0 0 5px #00f, 0 0 10px #00f, 0 0 20px #00f, 0 0 30px #00f;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.adv {
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
}
img {
  vertical-align: middle;
  border-style: none;
}
.title {
  justify-content: center;
}
.title-text {
  color: #fff;
  font-size: 2.5rem;
}
.slot {
  display: block;
}
.slot .slot-sidebar {
  padding-left: 0;
  margin-top: -15px;
  background-color: #000;
  float: none !important;
  width: 100% !important;
  flex: none !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}
.btn-provider:hover {
  background-color: #f18f20;
}
.slot-sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.slot-sidebar-nav > li {
  border-bottom: 1px solid #0092b1;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: none;
  padding: 10px 6px;
  background: linear-gradient(to bottom, #f18f20 0, #f18f20 46%, #f18f20 100%);
}
.link-container a,
.link-container1 a {
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.slot-sidebar-nav > li > a {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px;
  display: block;
  background-color: #000;
}
.btn-provider {
  display: block;
}
.enter,
.mySlides,
.short {
  display: none;
}
.btn-provider span {
  position: unset;
}
.active {
  background-color: #0092b1;
}
.slot .content {
  float: none;
  width: 100%;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
.wrapper {
  width: 100%;
  padding: 0;
  z-index: 0;
}
.card {
  float: left;
  width: 20%;
  background: 0 0;
}
.card-content {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  background: #f18f20;
  border-radius: 10px;
  padding: 5px 0 10px;
}
.percent,
.play-btn {
  border-radius: 18px;
}
.percent {
  height: 27px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
.hover-btn,
.maintenance,
.percent p {
  position: absolute;
  width: 100%;
}
.percent p {
  z-index: 15;
  font-size: 14px;
  transform: translateY(14px);
  color: #000;
}
.hover-btn:hover ~ .img-zoom,
.maintenance p {
  position: relative;
}
.percent-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  transition: width 0.6s;
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
  z-index: 10;
}
.yellow {
  background-color: #ffc107;
}
.green {
  background-color: #28a745;
}
.red {
  background-color: #dc3545;
}
.hover-btn {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.1s ease-in-out;
  z-index: 10;
  height: 100%;
  top: 0;
}
.play-btn,
span {
  display: block;
  transition: 0.3s;
}
.maintenance {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  height: 100%;
  color: #fff;
  margin: -6px;
}
.maintenance p {
  top: 40%;
  font-size: 13px;
}
.play-btn {
  font-size: 15px;
  text-decoration: none;
  align-items: center;
  padding: 8px;
  margin: 42% 30px;
  background: linear-gradient(to bottom, #716f69 0, #00f 88%);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #ffc107;
}
.play-btn:hover {
  background: linear-gradient(to top, #fff095 0, #b88416 88%);
}
.img-zoom {
  transition: 0.45s ease-in-out;
}
.ygg-img {
  border: 5px solid #2f2f2f;
}
.hover-btn:hover {
  opacity: 100%;
}
.next-btn {
  background: linear-gradient(to bottom, #242424 0, #515151 46%, #242424 100%);
  width: 15%;
  background-color: #292a2b;
  border: none;
  color: #fff;
}
.login-button,
.login-button1,
.register-button,
.register-button1 {
  background-color: initial;
}
.card-content .img-zoom {
  min-height: 200px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .content,
  .slot-sidebar {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .logo1 {
    margin-top: 12%;
  }
  .slot-sidebar-nav {
    flex-wrap: nowrap;
  }
  .slot-sidebar {
    flex: none !important;
    padding-right: 0 !important;
  }
  .content {
    flex: none !important;
  }
  .card {
    width: 33.3% !important;
  }
  .hover-btn {
    display: none;
  }
  .btn-provider,
  .enter {
    display: block;
  }
  .hover-btn:hover ~ .img-zoom {
    transform: scale(1);
    position: relative;
  }
  .btn-provider {
    text-align: center;
  }
  .btn-provider span {
    position: unset;
  }
  .btn-provider i {
    margin: 0;
  }
  .slot-sidebar-nav li {
    border-bottom: none;
  }
  .slot-sidebar-nav li a p {
    font-size: 13px;
  }
  .img-zoom {
    height: auto;
  }
  .slot-sidebar-nav li a img {
    height: 37.5px !important;
    max-width: 100%;
  }
  .maintenance p {
    font-size: 5px;
  }
  .slot-sidebar-nav {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .card-content .img-zoom {
    min-height: 110px;
    object-fit: cover;
  }
}
#neonShadow {
  width: 100%;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  background-color: rgba(49, 50, 50, 0.994);
  animation: 1s infinite glow;
  border: 2px solid #f00;
}
#neonShadow:hover {
  border: 2px solid #ffe200;
}
span {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 15%;
  padding-right: 2.5%;
  margin-right: 0;
  font-size: 1.2rem;
  opacity: 0;
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 5px 5px 20px #5d34a8, -5px -5px 20px #5d34a8;
  }
  50% {
    box-shadow: 5px 5px 20px #51e0d2, -5px -5px 20px #51e0d2;
  }
}
.wabutton {
  position: fixed;
  bottom: 90px;
  left: 14px;
  z-index: 100;
  display: none;
}
.insta,
.tiktok,
.twit,
.yout {
  left: 5px;
  position: fixed;
  z-index: 100;
}
@keyframes slide-in {
  0% {
    top: -100%;
  }
  100% {
    top: 50%;
  }
}
.link-container,
.link-container1 {
  display: flex;
  justify-content: center;
  font-size: var(--x-large-font);
  padding: 0;
  gap: 10px;
  width: 100%;
}
.link-container a {
  width: 50%;
  text-align: center;
  color: #fff;
}
.footer,
.link-container1 a {
  text-align: center;
  width: 100%;
}
.login-button {
  background-image: linear-gradient(#ffe200, #422e02);
}
.register-button {
  background-image: linear-gradient(#01ff00, #041b08);
}
.link-container1 a {
  color: #fff;
}
.register-button1 {
  background-image: linear-gradient(#f18f20, #ff5733);
}
.login-button1 {
  background-image: linear-gradient(#000c99, #074766);
}
.tiktok {
  bottom: 250px;
}
.insta {
  bottom: 190px;
}
.twit {
  bottom: 130px;
}
.yout {
  bottom: 70px;
}
.telebutton {
  position: fixed;
  bottom: 10px;
  left: 9px;
  z-index: 100;
}
@media (max-width: 767px) {
  .twit,
  .yout {
    position: fixed;
  }
  .yout {
    bottom: 0;
    left: 170px;
    z-index: 100;
  }
  .twit {
    bottom: 60px;
    left: 6px;
    z-index: 100;
  }
  .insta,
  .tiktok {
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .insta {
    left: 110px;
  }
  .tiktok {
    left: 55px;
  }
}
.h1,
.h2 {
  color: #004085;
  text-align: left;
  font-weight: bold;
}
.footer,
.p {
  color: #fff;
}
.p {
  font-size: 18px;
}
a {
  color: #000;
}
marquee {
  background-color: #2b263a;
}
.marquee-container {
  background-color: #2b263a;
  margin: 10px 0;
}
.marquee-text {
  font-size: 16px;
  color: #fff;
  margin: 6px 0 0;
}
.footer {
  background: linear-gradient(#000e40, #000e40);
  padding: 20px 0;
  position: static;
  bottom: 0;
  margin-top: 1px;
  border-top: 10px solid #ffc107;
}
.footer a {
  color: #ffc107;
}
.footer p {
  margin: 0;
  font-size: 14px;
}
.bg-black {
  background: linear-gradient(#000, #000);
  border-top: 25px solid #000;
}
.datetime-text {
  font-size: 19px;
  color: #fd0909;
}
.title-datetime {
  font-size: 16px;
  color: #fff;
  background: #000e40;
  border-radius: 10px;
  margin: 25px 0 16px;
  padding: 20px;
  text-align: center;
}
.header-c {
  padding: 30px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.logo-c video {
  mix-blend-mode: lighten;
  position: relative;
  left: -45px;
}
.logo-c img {
  max-width: 300px;
}
.header-text h2 {
  font-size: 16px;
  padding-right: 30px;
  text-align: right;
  margin: 0;
}
.menus {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 15px;
  width: 100%;
}
.qeuery {
  background: #f18f20;
}
.marquee-text h1 {
  margin: 0;
}
.messagebleft-container {
  background: #b88416;
}
.header-text ul {
  display: flex;
  margin: 0 30px 0 0;
  padding: 0;
  gap: 10px;
  justify-content: end;
}
.header-text ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.header-text ul li a {
  color: #fff;
}
.content-area {
  background: #ccc;
  border-radius: 15px;
  color: #000;
  padding: 15px 50px;
}
.content-area p {
  color: #000c99;
}

.section-3 {
  background: #000e40;
  padding: 20px 0;
}
.section-footer {
  background: #13377f;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
}
.section-footer img {
  max-width: 300px;
}
.section-footer h3,
.section-footer .big-footer {
  color: #ffc800;
  font-style: italic;
  font-size: 16px;
}

.hover-btn {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.1s ease-in-out;
  z-index: 10;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-btn .btn-provider {
  display: inline-flex;
  background: #ccc;
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  min-width: 100px;
  justify-content: center;
}

#load-more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#load-more-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Responsive styles for the Load More button */
@media (max-width: 600px) {
  #load-more-btn {
    width: 90%; /* Make the button full width on mobile */
    padding: 15px; /* Increase padding for easier touch interaction */
    font-size: 18px; /* Slightly larger text for better readability */
  }
}


