* {
  box-sizing: border-box
}

:root {
  --main-bg: linear-gradient(to bottom, #b70ca9, rgba(0, 0, 0, 0)), linear-gradient(to bottom, #1a0623, #23061e), linear-gradient(to bottom, #fff, #fff);
  --main-text-color: #FCFCFD;
  --description-text-color: #FFC90F;
  --button-color: linear-gradient(38deg, #16e3ff 12%, #d1fffa 84%);
  --bonus-text-color: #33e9c6;
  --green-color: #00ff0a;
  --red-color: #fc0608;
  --borderImage: linear-gradient(to right, #ff016c 0%, #fff 52%, #ff016c 100%)
}

.container {
  width: 375px;
  margin: 0 auto;
  padding: 20px 16px
}

.header {
  width: 100%
}

.header__ticker-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: 0 24px 24px -16px rgba(15, 15, 15, .2);
  background-image: linear-gradient(179deg, #00ffa3 4%, #0b7 97%)
}

.header__logo {
  height: 24px
}

.ticker__text {
  flex-grow: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  white-space: nowrap;
  word-wrap: break-word;
  hyphens: none;
  overflow: hidden
}

.header__promo {
  text-align: center
}

.promo__title {
  align-self: stretch;
  flex-grow: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--main-text-color)
}

.promo__subtitle {
  flex-grow: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--main-text-color)
}

.main {
  width: 100%
}

.offers {
  display: flex;
  flex-direction: column;
  align-items: center
}

.offers__card {
  margin-top: 65px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  border-radius: 17px;
  position: relative;
  background-color: #102937ba;
  padding: 16px
}

.card__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: 0 0;
  position: relative
}

.card__header-indicator {
  width: 32px;
  height: 32px;
  flex-grow: 0;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 10px
}

.card__header-logo {
  border-radius: 13px 13px 0 0;
  height: 70px
}

.card__body {
  width: 100%;
  display: flex;
  flex-direction: column
}

.body__stats {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.stats__money {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  border-radius: 8px
}

.stats__freespins {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  border-radius: 8px;
  margin-left: 24px
}

.stats__icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 1px 3px 6px 0 rgba(30, 30, 30, .12);
  border-style: solid;
  border-width: 1px
}

.stats__image {
  height: 40px
}

.stats__icon-subtitle {
  flex-grow: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: 4px
}

.money__text {
  align-self: stretch;
  flex-grow: 0;
  text-shadow: 0 0 4px #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0)), linear-gradient(to bottom, #52e5ff, #27475c);
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.freespins__text {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px
}

.freespins__text span {
  font-family: "Titillium Web", sans-serif;
  align-self: stretch;
  flex-grow: 0;
  text-shadow: 0 0 4px #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0)), linear-gradient(to bottom, #52e5ff, #27475c);
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.fs {
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-left: 2px
}

.body__bonus {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  justify-content: space-between
}

.bonus__text {
  flex-grow: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: var(--main-text-color)
}

.bonus__summary {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #00ffa3
}

.body__reviews {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.reviews__icons-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 18px
}

.reviews__icons-users {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 18px
}

.users__quantity {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--main-text-color)
}

.payment__type {
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--main-text-color)
}

.card__button {
  padding: 10px 75px;
  border-radius: 90px;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-weight: 700;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(40deg, #81157f 98%, #ca2826 -4%)
}

.card__button img {
  margin-left: 16px
}

.content {
  align-self: stretch;
  flex-grow: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--main-text-color)
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--main-text-color);
  margin-top: 12px;
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal
}

.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  gap: 12px
}

.footer__images {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.link__gamble {
  text-decoration: none;
  color: var(--main-text-color);
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  position: relative
}

.link__gamble:hover {
  color: #428115;
  transition: 1s
}

.link__gamble::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 350px;
  height: 1px;
  background-color: #428115;
  box-shadow: 0 0 10px 2px #428115;
  animation: shimmer 3s infinite linear
}

@keyframes shimmer {
  0% {
    box-shadow: 0 0 10px 2px #428115
  }

  50% {
    box-shadow: 0 0 20px 4px #428115
  }

  100% {
    box-shadow: 0 0 10px 2px #428115
  }
}

.footer__content p {
  margin: 0
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--main-text-color)
}

.disclaimer__title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #fff
}

.disclaimer__text {
  text-align: left
}

.footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px
}

.footer__nav a {
  text-decoration: none;
  flex-grow: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--main-text-color)
}

.footer__nav a:hover {
  color: #ff016c;
  transition: .5s
}

.footer__copyright {
  flex-grow: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0
}

@media (min-width:720px) {
  body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }

  .container {
    width: 100%;
    max-width: 1110px;
    padding: 20px 0;
    background: 0 0
  }

  .offers {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .offers__card {
    flex-direction: column;
    justify-content: space-between
  }

  .body__bonus {
    width: 100%
  }

  .bonus__text {
    display: flex;
    flex-direction: row;
    justify-content: space-between
  }

  .card__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
  }

  .footer__images {
    justify-content: flex-start
  }

  .card__header-indicator {
    top: 0;
    left: 10px
  }

  .footer {
    margin-top: 56px
  }

  .pre__footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px
  }

  .footer__content {
    width: 33%
  }

  .footer__disclaimer {
    width: 67%
  }

  .disclaimer__title {
    margin-top: 0
  }

  .footer__links {
    flex-direction: column;
    gap: 24px
  }

  .footer__nav {
    width: 100%;
    justify-content: flex-start;
    gap: 40px;
    padding-top: 24px;
    border-top: 1px solid #fff
  }

  .footer__copyright {
    margin-left: auto
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --primary-color: #428115;
  --accent-color: #00ffa3;
  --secondary-color: #52e5ff;
  --dark-bg: #102937;
  --text-color: #FFFFFF;
  --gradient-button: linear-gradient(135deg, #428115 0%, #0ca6b7 100%);
  --gradient-amount: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2)), linear-gradient(to bottom, #52e5ff, #27475c);
  --card-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  --card-glass: rgba(17, 55, 16, 0.5);
  --border-radius: 16px
}

body {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  color: var(--text-color);
  line-height: 1.6;
  background-color: #062307
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s ease
}

.page-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem
}

.site-header {
  text-align: center;
  margin-bottom: 2rem
}

.brand-container {
  padding: 1.5rem 1rem;
  border-radius: var(--border-radius);
  background-color: rgba(17, 55, 16, 0.5);
  backdrop-filter: blur(8px)
}

.brand-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .5rem;
  background: linear-gradient(to right, var(--accent-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.brand-link {
  color: inherit
}

.brand-tagline {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-color);
  max-width: 80%;
  margin: 0 auto
}

.site-content {
  margin: 3rem 0
}

.casino-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem
}

.casino-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: var(--card-glass);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(5px);
  transition: transform .3s ease, box-shadow .3s ease
}

.casino-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .4)
}

.casino-logo-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(17, 55, 16, 0.5), rgba(17, 55, 16, 0.5));
  padding: 1.5rem 1rem 1rem;
  border-bottom: 2px solid rgba(206, 82, 255, .3)
}

.casino-logo {
  height: 70px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3))
}

.casino-details {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.bonus-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem
}

.bonus-primary,
.bonus-secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: .75rem 1rem;
  border-radius: 12px;
  background-color: rgba(21, 118, 129, .2);
  width: 45%
}

.bonus-label {
  font-size: .9rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: .25rem;
  text-transform: uppercase;
  letter-spacing: 1px
}

.bonus-amount,
.bonus-percentage {
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-amount);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 5px rgba(255, 255, 255, .5)
}

.casino-ratings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.rating-stars,
.rating-users {
  display: flex;
  align-items: center;
  gap: .5rem
}

.user-count {
  font-size: 1rem;
  font-weight: 500
}

.bonus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.5rem;
  background: var(--gradient-button);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(21, 122, 129, .5);
  transition: all .3s ease;
  text-align: center;
  letter-spacing: .5px;
  margin-top: .5rem
}

.bonus-button:hover {
  box-shadow: 0 8px 20px rgba(21, 106, 129, .8);
  transform: translateY(-2px)
}

.bonus-button img {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform .3s ease
}

.bonus-button:hover img {
  transform: translateX(5px)
}

.site-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem
}

.disclaimer-section {
  background-color: rgba(16, 55, 47, .6);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.disclaimer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--accent-color)
}

.disclaimer-text {
  font-size: .9rem;
  line-height: 1.6
}

.age-verification {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: rgba(16, 55, 47, .6);
  padding: 1.5rem;
  border-radius: var(--border-radius)
}

.support-links {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.support-link {
  font-size: .9rem;
  position: relative;
  padding-bottom: .5rem;
  display: inline-block
}

.support-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  box-shadow: 0 0 8px var(--primary-color);
  transition: all .3s ease
}

.support-link:hover {
  color: var(--accent-color)
}

.support-link:hover::after {
  box-shadow: 0 0 15px var(--accent-color);
  background-color: var(--accent-color)
}

.support-logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem
}

.footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-nav-link {
  font-size: 1rem;
  font-weight: 500;
  transition: color .3s ease
}

.footer-nav-link:hover {
  color: var(--accent-color)
}

.copyright-text {
  margin-top: 1.5rem;
  font-size: .9rem;
  color: rgba(255, 255, 255, .7)
}

@media (min-width:768px) {
  .casino-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-content {
    flex-direction: row
  }

  .disclaimer-section {
    flex: 2
  }

  .age-verification {
    flex: 1
  }

  .footer-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center
  }

  .copyright-text {
    margin-top: 0;
    margin-left: auto
  }
}

@media (min-width:1024px) {
  .casino-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .brand-title {
    font-size: 2.5rem
  }

  .brand-tagline {
    font-size: 1.5rem
  }

  .bonus-button {
    padding: 1.2rem 2rem;
    font-size: 1.2rem
  }
}