@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body,
html {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  background-color: #000;
  overflow-x: hidden;
}
h1 {
  font-size: 48px;
  padding: 0;
  margin: 0;
}
h4 {
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  overflow-x: hidden;
}
.header {
  background-color: #08af13;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  z-index: 10;
  margin: 12px 0 0 0;
}

.hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, #000000 100%),
    url("/img/bckg.jpg") center center/cover no-repeat;
  padding-top: 86px;
  position: relative;
  height: auto;
}
.color {
  color: #ffd016;
}
.hero-text {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
}
.hero-title {
  text-transform: uppercase;
}
.hero-imf-flag img {
  max-width: 230px;
  width: 100%;
  height: auto;
}
.hero-items {
  margin-top: 20px;
  display: flex;
  gap: 32px;
}
.hero-item {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.hero-casino {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casino-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 2px solid rgba(255, 208, 22, 1);
  border-radius: 4px;
  padding: 20px 20px 20px 6px;
  min-height: 125px;
  height: auto;
  position: relative;
  background-color: #000;
}
.casino-img,
.casino-bonuses {
  min-width: 250px;
  width: 100%;
}
.casino-mob,
.stars-mob {
  display: flex;
  align-items: center;
  flex: 1;
}
.casino-mob-one {
  display: flex;
  align-items: center;
}
.casino-mob-two {
  display: flex;
}
.casino-mob-one,
.casino-mob-two {
  flex: 1;
}
.stars-mob {
  gap: 10px;
}
.casino-stars {
  max-width: 200px;
  width: 100%;
}
.casino-img img {
  max-width: 200px;
  width: 100%;
}
.casino-img,
.casino-bonuses,
.casino-stars,
.casino-pay.desk,
.casino-free,
.casino-btn {
  text-align: center;
}
.casino-free {
  font-size: 11px;
  max-width: 200px;
}
.casino-btn {
  display: flex;
  justify-content: end;
}
.casino-pay {
  max-width: 200px;
  display: flex;
}

.free-item {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 230px;
  width: 100%;
}
.button {
  min-width: 140px;
  background-color: #08af13;
  border-radius: 5px;
  padding: 12px 41px;
  font-weight: 700;
}
.button:hover {
  background-color: rgba(255, 208, 22, 1);
  color: #000;
}

.casino-pay img {
  max-width: 30px;
}
.casino-stars p {
  font-size: 10px;
}
.casino-stars img {
  max-width: 100px;
  width: 100%;
}
.casino-num {
  position: absolute;
  top: -10px;
  display: flex;
  gap: 5px;
}
.num {
  border-radius: 50px;
  background-color: rgba(255, 208, 22, 1);
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.bonus {
  background-color: rgba(255, 208, 22, 1);
  border-radius: 50px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 2px 16px;
  font-weight: 600;
}
.casino-text {
  position: absolute;
  bottom: -10px;
  left: 40%;
  background-color: rgba(255, 208, 22, 1);
  border-radius: 50px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 2px 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.text {
  margin: 100px 0;
}
.text-title {
  display: flex;
  gap: 24px;
  align-items: center;
}
.text > .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.text-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text-desc p {
  line-height: 150%;
}
.casino-pay.mob {
  display: none;
}
.casino-pay > .desk {
  display: block;
  max-width: 100px;
  flex-wrap: wrap;
}
.btn-mob {
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  h1 {
    font-size: 20px;
    text-align: center;
  }
  .hero-item p {
    font-size: 11px;
  }
  .casino-mob {
    display: flex;
  }
  .casino-item {
    flex-direction: column;
  }
  .stars-mob {
    flex-direction: column;
    gap: 5px !important;
  }
  .casino-pay {
    display: flex;
  }
  .casino-img img {
    max-width: 150px;
    width: 100%;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  .button {
    max-width: 157px;
    padding: 12px 7px;
    font-size: 14px;
  }
  .casino-btn {
    align-items: center;
  }
  .casino-free {
    font-size: 11px;
  }
  .casino-mob {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .casino-text {
    left: 14%;
  }
  .casino-item {
    padding: 20px 10px;
    align-items: start;
    gap: 0;
    background-color: rgba(0, 0, 0, 1);
  }
  h2 {
    font-size: 24px;
  }
  .casino-img,
  .casino-bonuses {
    min-width: 150px;
  }
  .free-item {
    min-width: 100px;
    justify-content: start;
    text-align: start;
    gap: 5px;
  }
  .casino-pay img {
    max-width: 28px;
  }
  .mob {
    display: block !important;
  }
  .desk {
    display: none !important;
  }
  .btn-mob {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
}
