@font-face {
  font-family: Montserrat;
  src: url(./fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(./fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(./fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(./fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

.hero-title,
body {
  font-family: var(--font-main)
}

.hero-title span {
  display: block;
  color: #fff;
  font-family: var(--font-main);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 0 0 40px #be03e3
}

:root {
  --font-main: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --radius-round: 50%
}

body,
html {
  overflow-x: hidden
}

.card-content,
.hero-content {
  position: relative;
  z-index: 2
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 20px 20px;
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 2
}

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

.container,
.hero-content {
  max-width: 1200px;
  margin: 0 auto
}

html {
  font-size: 16px
}

body {
  line-height: 1.4;
  color: var(--color-white);
  background: var(--color-black)
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

.container {
  padding: 0 1rem;
  margin-top: 1rem
}

.maintenance-page {
  min-height: 100vh;
  position: relative
}

.main-background {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-color: #20132E
}

.hero-section {
  position: relative;
  width: 100%;
  background: url(./assets/hero.webp) top/cover no-repeat;
  display: flex;
  align-items: flex-start;
  aspect-ratio: 2160 / 854;
  max-height: 70vh;
  overflow: hidden;
  border-end-start-radius: 25%
}

.hero-stripe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 1;
  margin-top: -11%
}

.hero-stripe,
.hero-stripe-mobile {
  position: relative;
  width: 100%;
  height: auto
}

.hero-stripe-mobile {
  max-height: 240px;
  display: none;
  visibility: hidden
}

.hero-content {
  width: 100%;
  padding-top: 5%;
  padding-left: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.hero-text {
  flex: 0 0 60%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.hero-logo {
  width: 300px;
  height: auto
}

.hero-title {
  text-align: left;
  padding-top: 3rem;
  margin: 0
}

.back-subtitle {
  color: #d2dfff;
  font-family: var(--font-main);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin: 0
}

.section-title {
  color: #d2dfff;
  font-family: var(--font-main);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -.9px;
  text-shadow: 0 0 40px #be03e3
}

.section-subtitle {
  color: #d2dfff;
  font-family: var(--font-main);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.75px
}

.brand-name {
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  height: 50px;
  transform: scale(1.5);
  transform-origin: center
}

.site-card {
  background: #27272a
}

.back-shortly-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17.5%;
  margin-left: 1rem;
  margin-right: 1rem
}

.social-icons,
.social-icons li {
  padding: 0;
  margin: 0
}

.back-shortly-section .container {
  display: flex;
  width: 1200px;
  padding: 37px 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #452362
}

.back-content {
  flex: 1;
  text-align: left
}

.age-badge,
.age-text,
.card-btn {
  text-align: center
}



.social-navigation {
  flex: 0 0 auto
}

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  list-style: none;
  margin: 0;
  padding: 0
}

.social-icons li {
  display: inline-block
}

.social-icon {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 16px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 95px;
  background: #9039e0;
  text-decoration: none
}

.social-icon:hover {
  opacity: .8
}

.social-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain
}

.sister-sites-section {
  padding: 4rem 0;
  margin-left: 1rem;
  margin-right: 1rem
}

.sister-sites-section .container {
  padding: 0
}

.section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 6rem;
  flex-wrap: nowrap;
  white-space: nowrap
}

.section-header * {
  white-space: nowrap;
  display: inline
}

.age-badge {
  font-weight: 700
}

.sites-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto
}

.sites-grid .site-card:last-child:nth-child(odd) {
  grid-column: 1/-1;
  width: calc(50% - 1rem);
  justify-self: center
}

.site-card {
  border-radius: 16px;
  background: linear-gradient(0deg, #452362 0%, #452362 100%), linear-gradient(90deg, #9503CA 0%, #521369 100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 474px;
  align-items: center;
  position: relative;
  overflow: clip;
  transition: transform .3s, box-shadow .3s
}

.card-btn,
.footer-social-icon {
  transition: .3s;
  text-decoration: none
}

.site-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgb(0 0 0 / .3)
}

.site-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, transparent, #452362 50%);
  pointer-events: none;
  z-index: 1
}

.age-badge:hover,
.card-btn:hover {
  transform: scale(1.05)
}

.card-subtitle {
  color: #fff;
  text-align: center;
  font-family: var(--font-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -.21px;
  text-transform: capitalize;
  margin: 0
}

.bonus-amount {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 40px #be03e3;
  font-family: var(--font-main);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -.45px;
  text-transform: capitalize
}

#cf-token,
.br-mobile {
  display: none
}

.card-btn {
  display: flex;
  width: 300px;
  height: 52px;
  padding: 8px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #ffd338;
  color: #000;
  border: none;
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize
}

.age-badge,
.footer-social-icon {
  border-radius: var(--radius-round)
}

.character-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 1
}

.card-character {
  display: flex;
  justify-content: center
}

.card-character img {
  width: 385px;
  height: 355px;
  aspect-ratio: 77/71;
  object-fit: contain
}

.character-name,
.footer-content {
  align-items: center;
  display: flex
}

.character-name {
  display: flex;
  justify-content: center;
  align-items: center
}

.character-name img {
  width: 385px;
  height: 355px;
  object-fit: contain
}

.footer {
  padding: 2rem 0;
  background: #160E25
}

.footer-content {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: center
}

.footer-content img {
  max-height: 36px;
  height: auto;
  object-fit: contain
}

.age-badge a,
.footer-social-icon img {
  width: 100%;
  height: 100%
}

.footer-section {
  display: flex;
  align-items: center;
  column-gap: 1rem
}

.footer-logo-section {
  justify-content: flex-start
}

.footer-info-section {
  flex-direction: column;
  justify-content: center;
  gap: 12px
}

.footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem
}

.footer-badges img {
  max-height: 36px;
  height: auto;
  object-fit: contain
}

.age-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform .2s
}

.age-badge a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

.age-badge img {
  object-fit: contain
}

.age-text {
  font-size: 12px;
  color: rgb(255 255 255 / .8);
  line-height: 1.3
}

.footer-social-section {
  justify-content: flex-end
}

.footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
  width: fit-content
}

.footer-social-icon {
  transition: all .2s ease;
}

.footer-social-icon:hover {
  transform: scale(1.2);
}

.footer-social-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain
}

@media (max-width:1440px) {
  .hero-section {
    border-end-start-radius: 25%
  }
}

@media (max-width:1300px) {
  .hero-title span {
    font-size: 32px
  }
}

@media (max-width:1100px) {
  .hero-section {
    border-end-start-radius: 20%
  }

  .hero-content {
    padding-top: 3rem
  }

  .hero-text {
    flex: 0 0 65%
  }

  .sites-grid {
    grid-template-columns: 1fr;
    gap: 80px;
    max-width: 600px;
    margin: 0 auto
  }

  .sites-grid .site-card:last-child:nth-child(odd) {
    width: 100%;
    max-width: 100%
  }

  .site-card {
    max-width: 100%
  }

  .zula-casino {
    order: 2
  }

  .sportzino-casino {
    order: 3
  }

  .yay-casino {
    order: 4
  }

  .american-luck {
    order: 5
  }

  .luck-party {
    order: 6
  }

  .footer-content {
    flex-direction: column;
    gap: 3rem;
    align-items: center
  }

  .footer-section {
    justify-content: center;
    text-align: center;
    align-items: center;
    column-gap: .5rem
  }

  .age-text {
    font-size: 11px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.3
  }

  .age-info {
    flex-wrap: wrap;
    gap: 6px
  }
}

@media (max-width:1000px) {
  .hero-title span {
    font-size: 26px
  }

  .hero-logo {
    width: 220px
  }
}

@media (max-width:800px) {
  .hero-title span {
    font-size: 22px
  }

  .hero-logo {
    width: 180px
  }

  .hero-text {
    flex: 0 0 55%
  }

  .section-header {
    white-space: normal;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center
  }

  .section-header * {
    white-space: normal
  }

  .section-subtitle,
  .section-title {
    font-size: 28px
  }

  .back-shortly-section .container {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    border-radius: 40px
  }

  .back-content {
    text-align: center
  }

  .social-navigation {
    width: 100%
  }

  .social-icons {
    justify-content: center;
    margin: 0 auto
  }
}

@media (max-width:768px) {
  .hero-content {
    padding: 1rem
  }

  .section-header {
    gap: .5rem;
    flex-wrap: wrap
  }
}

@media (max-width:600px) {
  .sister-sites-section {
    margin-left: .5rem;
    margin-right: .5rem
  }

  .back-content,
  .hero-title,
  .section-header p,
  .site-card {
    text-align: center
  }

  .hero-section {
    aspect-ratio: 786 / 972;
    max-height: 75vh;
    border-end-start-radius: 0;
    background: url(./assets/hero_mobile.webp) center/cover no-repeat
  }

  .hero-title {
    line-height: 1.3;
    padding-top: 0;
    margin-left: 1rem;
    margin-right: 1rem
  }

  .hero-title span {
    text-align: center;
    font-size: 20px
  }

  .hero-stripe {
    display: none;
    visibility: hidden
  }

  .hero-stripe-mobile {
    display: block;
    visibility: visible
  }

  .sister-sites-section {
    padding-top: 1rem
  }

  .hero-content {
    justify-content: center
  }

  .br-mobile {
    display: inline
  }

  .hero-text {
    flex: none;
    max-width: 100%;
    align-items: center;
    margin-top: 1rem;
    gap: .5rem;
    overflow-wrap: break-word
  }

  .bonus-amount {
    flex-wrap: wrap;
    text-align: left;
    min-width: 0
  }

  .hero-stripe-wrapper {
    margin-top: -30%
  }

  .back-shortly-section {
    margin-top: 13rem
  }

  .card-subtitle {
    font-size: 14px;
    line-height: 18px;
    display: inline-block
  }

  .sites-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem
  }

  .site-card {
    padding: 1rem;
    height: auto;
    min-height: 300px;
    max-width: 100%;
    overflow: hidden;
    text-align: left
  }

  .card-content {
    z-index: 3;
    padding: 0 .5rem 1rem;
    justify-items: flex-start
  }

  .card-btn {
    width: 100%;
    padding: 5px 1rem;
    font-size: 1.15rem
  }

  .section-header {
    gap: .5rem;
    margin-bottom: 6rem;
    align-items: center;
    flex-wrap: nowrap
  }

  .section-header p {
    flex: 1
  }

  .card-character,
  .character-wrapper {
    position: relative;
    justify-content: center;
    display: flex
  }

  .section-subtitle,
  .section-title {
    font-size: 22px;
    line-height: 1.2
  }

  .character-wrapper {
    height: 250px;
    align-items: center
  }

  .card-character {
    right: auto;
    bottom: auto;
    width: 280px;
    height: 280px;
    align-items: center
  }

  .character-name {
    display: flex;
    justify-content: center;
    align-items: center
  }

}

@media (max-width:480px) {
  .hero-stripe-wrapper {
    margin-top: -38%
  }

  .back-shortly-section {
    padding: 2rem 0;
    margin-top: 10rem
  }

  .sister-sites-section .container {
    margin-top: 0
  }

  .social-icons {
    justify-self: center;
    max-width: none;
    flex-wrap: nowrap;
    gap: 1rem
  }

  .social-icon {
    width: 50px;
    height: 50px
  }

  .sites-grid {
    gap: 30px;
    padding: 0 .5rem
  }

  .site-card {
    padding: 15px;
    min-height: 230px;
    overflow: hidden
  }

  .footer-content {
    align-items: center
  }

  .bonus-amount {
    justify-content: flex-start;
    font-size: 26px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: -.45px;
    text-transform: capitalize
  }

  .coin-value {
    font-size: 1rem;
    line-height: 24px
  }

  .section-header {
    gap: .3rem;
    margin-bottom: 2rem;
    align-items: center;
    flex-wrap: nowrap
  }

  .section-header p {
    flex: 1;
    display: flex;
    flex-direction: column
  }

  .section-title {
    display: block
  }

  .section-subtitle {
    font-size: 20px;
    display: block
  }

  .back-shortly-section .container {
    padding: 20px 5px;
    border-radius: 16px
  }

  .back-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px
  }

  .character-wrapper {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .card-character {
    width: 250px !important;
    height: 250px;
    position: relative;
    right: auto !important;
    bottom: auto !important
  }

}