*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #ccc !important;
  /* width: 80vw;
  margin: 3rem auto; */
}

.flag {
  max-width: 100%;
  display: block;
  width: 70px;
  margin: 15px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

a {
  text-decoration: none !important;
}

/* section {
  padding: 7em 0;
}.spacing > * + * {
  margin-top: var(--spacer, 2rem);
} */

.container {
  width: 85%;
  max-width: 65em;
  margin: 0 auto;
  flex-grow: 1;
  position: relative;
  width: auto;
}

@media screen {
.columns:not(.is-desktop) {
    display: flex;
}
}
.columns-is-multiline {
  flex-wrap: wrap;  
}

.columns-is-mobile {
  display: flex;
}
.columns-width {
  width: 500px;
  margin: 0 auto;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right:0.75rem;
}

.my-0 {
  margin-bottom: 0;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  
}

.country-name {
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  color: #00aeef;
  text-transform: uppercase;
}

.flag-box {
  border: 2px solid transparent; 
  border-radius: 10px;
  transition: all 0.5s;
}
.flag-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .9;
  border: 2px solid #D3D3D3;
  border-radius: 10px;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.even-columns-2 {
  display:flex; 
  /* align-items: center; */
  width: 70vw;
  margin: 3rem auto;
}

.even-columns-2 > * {
    flex-basis: 100%;
  }  

.even-columns {
  display:flex; 
  align-items: center;
  width: 70vw;
  margin: 3rem auto;
}

.even-columns > * {
  flex-basis: 100%;
}

.categories {
  background-color: #56008b;
}

.col:hover {
  background-color: #00aeef;
}

.col:hover > figure {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s;
}

figcaption {
  text-align: center;
  color: #ffffff;
}
.is-flex {
  display:flex;
}

.is-justify-content-center {
  justify-content: center;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.has-text-centered {
  text-align: center;
  color: white;
}

.p-3 {
  padding:0.75rem;
}

.columns-width {
  width: 500px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.spacing > * + * {
  margin-top: var(--spacer, 2rem);
}

.primary-title {
  font-size: 4rem;
  font-size: clamp(3rem, calc(5vw + 1rem), 4.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.span-primary {
  color: #00aeef;
  font-weight: bold;
  text-align: center;
}

.hero {
  color: white;
  text-align: center;
  padding: 11em 0;
  background: #222;
}

@supports (background-blend-mode: multiply) {
  .hero {
    background: url(../img/herobanner.jpg), radial-gradient(#444, #111);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.dl-welcome-p {
  padding-bottom: 40px;
  background-color: white;
  background: url(../img/welcome.jpg);
  background-size: 100% 90px;
  height: 90px;
}

.footer-bottom {
  background-image: url(../img/bg-main.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 4px;
  padding: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom div {
  display: block;
}

.footer-bottom div img {
  height: 22px;
  padding: 0px 2px;
  vertical-align: middle;
}

h4 {
  font-weight: 500;
  padding-left: 20px;
}

.h4-img {
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0;
}

.games-table {
  background-color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.copyright {
  padding: 20px 20px;
  font-size: 12px;
  color: #fff;
  background-color: #56585b;
}

.country-section {
  background-color: #141416;
}


.x-hr-border-glow {
    height: 2px;
    margin-top: 0;
    background: linear-gradient(90deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent);
    width: 100%;
    text-align: center;
    border-top: 0px;
}

.bottom-content-section {
    background: url(../img/bg2.png) bottom center;
    background-size: cover;
}

.text-pink {
  color: #d5057f;
}

.text-yellow {
  color: yellow;
}

.text-blue {
  color: #00aeef;
}

.content-section-1 {
    position: relative;
    background-image: url(../img/bg-main.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 4px;
}

.jackpot-wrapper {
    max-width: 880px;
    height: 100px;
    margin: 5px auto;
    text-align: center;

    background-image: url(  ../img/bg_jackpot.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;

    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0px 0px 3px #000;

}
@media only screen and (max-width: 750px) {
  .jackpot-wrapper {
      font-size: 9px;
      padding: 11px 15px;
  }
  .jackpot-section-content {
      margin-bottom: -50px;
  }
  .game-label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1000px) {
.jackpot-wrapper {
    font-size: 30px;
    padding: 15px 15px;
}
.jackpot-section-content {
    margin-bottom: -30px;
}
  .game-label {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  .jackpot-wrapper {
      font-size: 40px;
          padding: 28px 15px;
  }
}

.game-icons {
    width: 60%;
    height: 100%;
}
li.game-lists {
    width: 20%;
    list-style-type: none;
}