@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 {
  /* Colors: */
  --color-000000: #000000;
  --color-707070: #707070;

  /* Font/text values */
  --font-family-Poppins: 'Poppins', sans-serif;
  --font-style-normal: normal;
  --font-weight-300: 300;
  --font-size-7: 7px;
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-40: 40px;
  --character-spacing-0: 0px;
  --line-spacing-9: 9px;
  --line-spacing-16: 16px;
  --line-spacing-50: 50px;
}

/* basic style */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-Poppins);
  font-weight: 400;
  position: relative;
  color: #000;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

small {
  display: inline-block;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

/* media style */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* -------------------------------header   start------------------------------- */
header {
  padding: 10px 0;
  background-color: #fff;
}

header .navbar-brand {}

header .navbar-brand img {}

header .navbar-toggler {}

header .offcanvas {}

header .offcanvas {}

header .offcanvas .navbar-nav {}

header .offcanvas .navbar-nav .nav-item {}

header .offcanvas .navbar-nav .nav-item .nav-link:hover,
header .offcanvas .navbar-nav .nav-item .nav-link.active {
  color: #fab028 !important;
  transition: all ease 0.6s;
}

header .offcanvas .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
  color: #222222;
  padding-left: 17px;
  padding-right: 17px;
}

header .Dapp.text-end {}

header .Dapp a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #fff;
  color: #222222;
  box-shadow: 0px 15px 35px rgb(255 215 0 / 30%);
}

header .Dapp a {
  color: #ffffff;
  background-color: #fab028;
  border: 0.094rem solid #fab028;
  padding: 10px 25px;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  transition: all ease 0.6s;
}

/* -------------------------------
            header   end
------------------------------- */

/* -------------------------------
             download-app  start
------------------------------- */
.download-app {
  padding: 40px 0;
}

.download-app a {
  width: calc(100% - 32px);
  color: #666666;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 25px;
  padding: 15px 27px;
  text-transform: uppercase;
  background: linear-gradient(121.19deg,
      rgba(133, 239, 49, 0) 25.73%,
      rgb(249, 232, 167) 45.27%,
      rgba(133, 239, 49, 0) 62.27%),
    #fdedab;
  animation: shine 30s linear infinite;
  background-color: #fab028;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}

@keyframes shine {
  0% {
    background-position: -5000px 0;
  }

  100% {
    background-position: 5000px 0;
  }
}

/* -------------------------------
             download-app  end
------------------------------- */

/* -------------------------------
             slider-img  start
------------------------------- */
.slider-img {
  padding-bottom: 80px;
}

.slider-img .carousel-inner {
  border-radius: 10px !important;
}

.slider-img .carousel-item {
  border-radius: 10px !important;
}

.slider-img .carousel-item img {
  border-radius: 10px !important;
}

/* -------------------------------
           slider-img    end
------------------------------- */

/* -------------------------------
              game-rate start
------------------------------- */
.game-rate {
  padding-bottom: 80px;
}

.game-rate h2 {
  color: #222222;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 600;
}

.game-rate .box {}

.game-rate .box .item {
  margin: 30px 0;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 30px;
  border-radius: 20px;
}

.game-rate .box .item img {
  max-width: 70px;
  margin-bottom: 15px;
}

.game-rate .box .item h4 {
  font-weight: 600;
}

.game-rate .box .item p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

/* -------------------------------
              game-rate end
------------------------------- */

/* -------------------------------
              AvailableGames start
------------------------------- */
.AvailableGames {
  background-color: #f6f6f6;
  padding: 80px 0;
}

.AvailableGames h2 {
  color: #222222;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.AvailableGames .box {}

.AvailableGames .box-inner {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin: 15px 0;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.AvailableGames .box-inner .item {}

.AvailableGames .box-inner .item {
  justify-content: space-between;
}

.AvailableGames .box-inner .item .item-left {}

.AvailableGames .box-inner .item .item-left h4 {
  font-weight: 400;
}

.AvailableGames .box-inner .item .item-left h4 span {
  display: inline-block;
  max-width: 18px;
  margin-left: 5px;
}

.AvailableGames .box-inner .item .item-left h3 {
  font-size: 24px;
}

.AvailableGames .box-inner .item .item-left h4 span img {}

.AvailableGames .box-inner .item .item-end {
  text-align: center;
}

.AvailableGames .box-inner .item .item-end h6 {
  color: #d65f78;
  font-size: 12px;
  font-weight: 400;
}

.AvailableGames .box-inner .item .item-end a {}

.AvailableGames .box-inner .buttom-link {
  margin-top: 20px;
}

.AvailableGames .box-inner .buttom-link a:hover {
  box-shadow: 0px 15px 35px rgb(255 215 0 / 30%);
  color: #ffffff;
  background-color: #fab028 !important;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.AvailableGames .box-inner .buttom-link a {
  color: #222222;
  background-color: transparent;
  border: 0.094rem solid #fab028;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  padding: 8px 15px;
  transition: all ease 0.6s;
  margin: 0 6px;
}

/* -------------------------------
          AvailableGames    end
------------------------------- */

/* -------------------------------
           faq    start
------------------------------- */
.faq {
  padding: 80px 0;
}

.faq .faq_top {
  margin-bottom: 40px;
}

.faq .faq_top h2 {
  margin-bottom: 0;
  align-self: center;
  font-weight: 400;
}

.faq .accordion-item {
  border-radius: 10px;
  border: 0;
  margin-bottom: 20px;
}

.faq .accordion-item .accordion-header {
  box-shadow: none;
}

.faq .accordion-item .accordion-header button.collapsed {
  color: #000;
}

.faq .accordion-item .accordion-header button {
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: none;
  color: #fab028;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.faq .accordion-item .accordion-header button {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq .accordion-item .accordion-header button.offcanvasd {
  color: #000;
}

.faq .accordion-item .accordion-header button:focus {
  box-shadow: none;
  border: none;
}

.faq .accordion-item ul {
  padding-left: 40px;
  list-style: disc;
}

.faq .accordion-button:not(.offcanvasd)::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fab028' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq .accordion-button::after {
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.faq .accordion-body {
  padding-top: 0;
}

.faq .accordion-body p {
  margin-bottom: 0;
}

/* -------------------------------
             faq  end
------------------------------- */

/* -------------------------------
             footer-top  start
------------------------------- */
.footer-top {
  background-color: #f6f6f6;
  padding: 40px 0;
}

.footer-top .item-top {
  margin-bottom: 40px;
}

.footer-top .item-top a {}

.footer-top .item-top a img {
  max-width: 206px;
}

.footer-top .pluse18 {}

.footer-top .pluse18 img {
  max-width: 40px;
  margin-bottom: 15px;
}

.footer-top .pluse18 p {
  margin-bottom: 0;
}

.footer-top .item-brand {
  width: 990px;
  max-width: 100%;
  margin: 40px auto;
}

.footer-top .item-brand a {}

.footer-top .item-brand a img {
  width: 220px;
}

.footer-top .text-item {}

.footer-top .text-item p {
  font-size: 15px;
}

footer {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  background-color: #f6f6f6;
}

footer p {
  font-size: 15px;
}

/* -------------------------------
             footer-top  end
------------------------------- */

/* -------------------------------
            panaChart  start
------------------------------- */
.panaChart {
  padding: 80px 0;
}

.panaChart .panaChartTop {
  text-align: center;
  padding-bottom: 60px;
}

.panaChart .panaChartTop h2 {}

.panaChart .panaChartTop p {
  width: 840px;
  max-width: 100%;
  margin-left: auto;

  margin-right: auto;
  margin-bottom: 0;
}

.panaChart table {}

.panaChart table th {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75rem;
}

.panaChart table td p {
  margin-bottom: 0;
}

.panaChart table td {}

.panaChart table .tn {
  font-size: 14px;
  display: block;
  width: 100%;
}

.panaChart table .tb {
  vertical-align: middle !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.panaChart .table {
  --bs-table-border-color: #fab028;
}

.panaChart {}

/* -------------------------------
            panaChart   end
------------------------------- */