.info-page {
  display: flex;
  overflow-y: scroll;
  min-width: 25%;
  font-family: layiji_tarminetine1;
}

.game-info-bg {
  width: 100%;
}

.info-page::-webkit-scrollbar {
  display: none;
}

.payout-flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column wrap;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: layiji_tarminetine1;
  align-items: center;
}

.pay-column-info {
  height: 6em;
  margin: 0.3em 0.55em;
  text-align: center;
  font-size: 12px;
}

.monster-payout {
  max-height: 3em;
  max-width: fit-content;
  text-align: center;
  border-radius: 0.5em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  transition: all ease 0.2s;
  padding: 0.2em, 0.5em;
  margin: 0.2em, 0.5em;
}

.monster-payout .img-holder {
  width: fit-content;
  height: 3em;
}
.monster-payout .img-holder img {
  max-width: 3em;
  max-height: 3em;
  margin-bottom: 0.4em;
}

.payout-values {
  margin-top: 0.5em;
  display: inline-flex;
  font-size: 11px;
}
.easy-mode {
  color: white;
  margin: 0.1em;
}
.medium-mode {
  color: orange;
  margin: 0.1em;
}
.hard-mode {
  color: red;
  margin: 0.1em;
}

.pay-table {
  display: flex;
  flex: 0 0 calc(33.33% - 20px);
  margin: 15px 5px;
  justify-content: center;
  max-height: 14em;
}

.game-modes-drop-down {
  font-size: 25px;
  margin-top: 20px;
}

.scroll-to-btn:hover {
  cursor: pointer;
  opacity: 80%;
  color: #3c59ff;
}

.section-header {
  height: 1em;
  width: 100%;
  margin-top: 0.6em;
  text-align: center;
  align-content: center;
  font-weight: bold;
  font-size: 25px;
  background: linear-gradient(0deg, #ff760b 45%, #fdb83b 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-headings {
  height: 4em;
  width: 70%;
  float: right;
  text-align: right;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.headings-item {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #f8fecd;
  width: 5em;
  height: 3em;
  display: inline-block;
  padding-right: 0.1em;
  padding-top: 0em;
  margin: 0.2em;
}

.img-heading {
  text-align: center;
  color: #e5e8fe;
  font-weight: 400;
  font-size: 1.2em;
  width: 10em;
  height: 0.6em;
  padding: 0.5em;
  display: inline-block;
  margin: 0em 0 0.5em 0;
}

.content {
  font-size: 12px;
  padding: 1em;
  color: white;
  margin-top: 0.4em;
}

.info-flex-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 10px;
}

img {
  width: fit-content;
  border-radius: 5px;
  max-width: 21em;
  max-height: 16em;
}
.logo-img {
  max-width: 10em;
  max-height: 6em;
  margin: 0% 6% 0% 4%;
}

.character-board {
  justify-content: space-evenly;
  display: inline-box;
  height: fit-content;
  width: 100%;
  margin-bottom: 2em;
  margin-top: 1em;
  text-align: center;
  align-content: center;
  font-size: large;
}

.character-opt {
  display: inline-grid;
  padding: 0 0.6em;
  grid-row-gap: 1em;
}

.character-opt .character-name {
  max-height: 3em;
  font-size: 11px;
}

.character-opt-img img{
  max-width: fit-content;
  max-height: max-content;
  width: 7em;
  height: 7em;
}

.bet-amnt-img {
  max-width: 14em;
  max-height: 7em;
}
.badge-img {
  max-width: 13em;
  max-height: 9em;
}



@media screen and (min-width: 920px ) and (min-height: 420px ){
  img {
    border-radius: 10px;
    max-width: 30em;
    max-height: 20em;
  }

  .section-header {
    height: 2em;
    width: 100%;
    margin-top: 1em;
    font-weight: bold;
    font-size: 38px;
  }

  .section-headings {
    height: 6.5em;
  }
  .headings-item {
    text-align: center;
    font-size: 26px;
    width: 5em;
    height: 3em;
    padding-right: 10px;
    padding-top: 15px;
    margin: 10px;
  }

  .logo-img {
    max-width: 14em;
    max-height: 10em;
    margin: 0% 15% 0% 8%;
  }

  .content {
    font-size: 24px;
    margin-top: 0em;
  }

  .img-heading {
    font-weight: 800;
    font-size: 2em;
    width: 14em;
    height: 1em;
    padding: 0.8em;
    margin: 0;
  }

  .pay-column-info {
    height: 5em;
    margin: 0.3em 0.6em;
    text-align: center;
    font-size: 20px;
  }
/*   .monster-payout .img-holder img {
    max-width: 3em;
    max-height: 3em;
    margin-bottom: 0.5em;
  } */
  .payout-values {
    font-size: 18px;
    margin-top: 0;
    display: inline-flex;
  }
  .payout-values.easy-mode,
  .payout-values.medium-mode,
  .payout-values.hard-mode {
    margin-top: 0.3em;
  }

  .info-flex-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .bet-amnt-img {
    max-width: 16em;
    max-height: 6em;
  }
  .badge-img {
    max-width: 22em;
    max-height: 14em;
  }
  
  .character-opt .character-name {
	font-size: 18px;
  }

}
@media screen and (max-width: 1000px) {
  .character-board {
  	width: 70%;
    text-align: center;
    margin-left: 15%;
  }
  
  .character-opt-img img {
    width: 5em;
    height: 5em;
  }
}

@media screen and (max-width: 1000px) {
  .character-opt{
    padding: 0 2em;
  }
}


@media screen and (max-width: 500px) {
  .payout-values {
    flex-flow: column;
  }
  .character-opt{
    padding: 0 0.6em;
  }
  
  .bet-amnt-img {
   	max-width: 9em;
  }
  .badge-img {
    max-width: 6em;
  }
  .game-info-bg .icon-description {
    flex-direction: column;
  }
}
