@media screen and (min-width: 1024px) {
  .carousel-indicators {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-indicators {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .btn-dh {
    display: none !important;
  }
}
.custom-btn {
  background: linear-gradient(to right, #5b0d95, #a67ecf);
  background-size: 150% 100%;
  background-position: left bottom;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.blank_body {
  background: url(/images/blank_background.jpg);
  background-size: cover;
}

.page-footer .social li:last-child a {
  padding-right: 0;
}

.page-footer .line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bg-game {
  background: #dbdbdb;
  padding: 50px;
  border-radius: 15px;
  margin: 20px 0;
}
.bordered-image {
  border: 7px solid #ffc800;
  padding: 5px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.card-border {
  border-radius: 15px;
}
.btn-download {
  padding: 15px 30px;
  border-radius: 12px;
}
.activelg {
  color: #6c6c6c !important;
}
.languages-block span {
  cursor: pointer;
  display: inline-block;
}
.card-custom {
  border-radius: 30px;
  overflow: hidden;
}
.activePage {
  color: #ffc800 !important;
}
.navbar-nav .nav-item a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
  font-weight: 700;
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.language-dropdown {
  position: absolute;
  top: 55px;
  left: 7px;
  background: #fbfbfb;
  border: 1px solid #f1f1f1;
}

.language-dropdown-mobile {
  position: absolute;
  top: 40px;
  left: 0px;
  background: #fbfbfb;
  border: 1px solid #f1f1f1;
}

.language-dropdown li {
  padding: 5px 12px;
}

.language-dropdown li:hover {
  background: #ededed;
}

.language-icon {
  width: 28px;
  height: 28px;
  background-size: cover;
  border-radius: 50%;
  background-position: center center;
}

.vcontainer {
  font-family: "Be Vietnam Pro", sans-serif;
}

.vcontainer .bold {
  font-weight: bold;
}

.cselect__wrapper {
  position: relative;
}

.cselect__select {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 32px;
  padding: 5px;
}

.cselect__content {
  position: absolute;
  top: 100%;
  min-width: 260px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.cselect__item:hover .lang-select-item__text {
  color: #337ab7;
}

.cselect__select__icn {
  padding: 0 5px;
}

.lang-select-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
}

.lang-select-item__icn svg {
  width: 32px;
}

.lang-select-item__text {
  margin-left: 5px;
}
.gahu-info {
  background: #000000;
  color: #fff;
  border-radius: 20px;
  padding: 50px 50px;
}
