/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev, .swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-prev, .swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/src/Components/Home/WomenDay.css [app-client] (css) */
.pagination {
  justify-content: center;
  gap: 5px;
  padding: 0;
  list-style: none;
  display: flex;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
}

.pagination a:hover {
  background-color: #f0f0f0;
}

.pagination .active a {
  color: #fff;
  background-color: #99157f;
  border-color: #99157f;
}

.pagination .disabled {
  pointer-events: none;
  opacity: .5;
}

.WomensDay {
  padding: 50px;
}

.WomensDay h1 {
  letter-spacing: 5px;
  color: #222;
  -webkit-background-clip: text;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
}

.WomensDay h1:after, .WomensDay h1:before {
  content: "";
  background: linear-gradient(42deg, #e34a45 30%, #a42196 100%);
  width: 90px;
  height: 7px;
  display: inline-block;
  position: relative;
  top: -10px;
}

.WomensDay img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .WomensDay {
    padding: 10px !important;
  }

  .WomensDay h1 {
    letter-spacing: 2px !important;
    font-size: 30px !important;
  }
}

/* [project]/src/Components/Home/spin.css [app-client] (css) */
.text-title, h2 {
  text-align: center;
  color: #ffe97f;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 20px #ffe682e6, 0 0 50px #ffd70099, 0 0 80px #ffae004d;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 800;
}

.roulette-container {
  letter-spacing: .5px;
  aspect-ratio: 0;
  border: 7px dotted gold;
  border-radius: 50%;
  width: 100%;
  max-width: 455px;
  margin: 3rem auto;
  font-weight: 700;
  transition: all .4s ease-in-out;
  position: relative;
  box-shadow: 0 0 100px #ffe66433, inset 0 0 80px #ffffff1a;
  font-family: Quicksand, sans-serif !important;
}

.roulette-container:before {
  content: "";
  border: 7px double #ffd700b3;
  border-radius: 50%;
  animation: 6s linear infinite goldenAura;
  position: absolute;
  inset: -25px;
}

@keyframes goldenAura {
  0% {
    opacity: .8;
    transform: rotate(0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .8;
    transform: rotate(360deg);
  }
}

.roulette-container canvas {
  letter-spacing: 1px;
  font-weight: 600;
  font-family: Poppins, sans-serif !important;
}

.roulette-button {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  border: 3px solid #f28f1f;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  animation: 10.8s ease-in-out infinite spinPulse;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #f28020 0%, #5a223f 74%) !important;
}

.text-title, h2 {
  text-align: center;
  color: #ffe97f;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 20px #ffe682e6, 0 0 50px #ffd70099, 0 0 80px #ffae004d;
  margin-bottom: 2rem;
  font-family: Philosopher;
  font-size: 2.8rem;
  font-weight: 700;
}

.roulette-container canvas {
  letter-spacing: 1px;
  font-family: Philosopher !important;
  font-weight: 700 !important;
}

@keyframes spinPulse {
  0%, 100% {
    transform: translate(-50%, -50%)scale(1);
    box-shadow: 0 0 25px #f909;
  }

  50% {
    transform: translate(-50%, -50%)scale(1.15);
    box-shadow: 0 0 60px gold;
  }
}

.roulette-button:hover {
  background: radial-gradient(circle at 0 0, #ffae00, #ff4800);
}

.roulette-container:after {
  content: "";
  border-left: 18px solid #0000;
  border-right: 18px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.prize-message {
  color: #1c1c1c;
  text-align: center;
  background: linear-gradient(135deg, #ffea70, #ffc400);
  border-radius: 12px;
  max-width: 120px;
  margin: 2rem auto;
  padding: 16px 32px;
  font-size: 1.2rem;
  font-weight: 700;
  animation: .6s ease-in-out forwards prizeAppear;
  box-shadow: 0 0 40px #ffd70099, inset 0 0 12px #ffffff4d;
}

@keyframes prizeAppear {
  0% {
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.wheel-overlay {
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  background: radial-gradient(circle, #ffffff26, #0000 70%), conic-gradient(#ffe69614, #ffffff26, #ffc8001a, #ffffff26, #ffe69614);
  border-radius: 50%;
  animation: 10s linear infinite overlayRotate;
  position: absolute;
  inset: 0;
}

@keyframes overlayRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.spinwheen-section {
  background-image: url("../media/Screenshssot_7.11cb770f.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 720px;
  max-height: 720px;
}

.spinwheen-section .route {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 auto !important;
}

img.pongalimage {
  width: 100%;
  min-width: 350px;
  max-width: 350px;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  margin: 20px auto 0;
  display: block;
}

@media (max-width: 700px) {
  img.pongalimage {
    display: none !important;
  }

  .gold-title {
    font-size: 27px;
    margin-bottom: 0 !important;
    top: 20px !important;
  }

  .spinns {
    margin-top: 10px !important;
  }

  .roulette-container {
    border: 7px dotted gold;
    border-radius: 50%;
    width: 100%;
    max-width: 275px;
    max-height: 275px;
    margin: 0 auto;
    transition: all .4s ease-in-out;
    display: block;
    position: relative;
    box-shadow: 0 0 100px #ffe66433, inset 0 0 80px #ffffff1a;
  }

  .spinwheen-section {
    background-image: url("../media/spinwheen-bg.b3ea1425.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 440px;
    max-height: 440px;
  }
}

@media (min-width: 701px) and (max-width: 1200px) {
  img.pongalimage {
    width: 100%;
    min-width: 180px;
    max-width: 180px;
    height: 100%;
    min-height: 180px;
    max-height: 180px;
    margin: 0 auto;
    display: block;
  }

  .spinwheen-section {
    background-image: url("../media/spinwheen-bg1.487d3bb9.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: 480px;
  }
}

@media (min-width: 701px) and (max-width: 991px) {
  .roulette-container {
    border: 7px dotted gold;
    border-radius: 50%;
    width: 100%;
    max-width: 275px;
    max-height: 275px;
    margin: 0 auto;
    transition: all .4s ease-in-out;
    display: block;
    position: relative;
    box-shadow: 0 0 100px #ffe66433, inset 0 0 80px #ffffff1a;
  }

  .spinwheen-section {
    background-image: url("../media/spinwheen-bg1.487d3bb9.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: 480px;
  }

  .bhdLno {
    object-fit: contain;
    z-index: 5;
    pointer-events: none;
    flex-shrink: 0;
    width: 80vw;
    height: 80vw;
    position: relative;
    max-width: 245px !important;
    max-height: 245px !important;
  }
}

.spin-rings {
  background-image: url("../media/spin-ring3.16a445b3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 540px;
  max-width: 540px;
  height: 100%;
  min-height: 540px;
  max-height: 540px;
  display: flex;
}

@media only screen and (max-width: 500px) {
  .bhdLno {
    width: 71vw !important;
    height: 71vw !important;
  }

  .spin-rings {
    background-image: url("../media/spin-ring3.16a445b3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    min-width: 300px !important;
    max-width: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .bhdLno {
    object-fit: contain;
    z-index: 5;
    pointer-events: none;
    flex-shrink: 0;
    width: 80vw;
    height: 80vw;
    position: relative;
    max-width: 245px !important;
    max-height: 245px !important;
  }

  .roulette-button {
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border: 3px solid #f28f1f;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    transition: all .3s;
    animation: 2.8s ease-in-out infinite spinPulse;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #f28020 0%, #5a223f 74%) !important;
    width: 53px !important;
    height: 53px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
  .bhdLno {
    width: 300px !important;
    height: 300px !important;
  }

  .spin-rings {
    min-width: 350px;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
  }
}

@media only screen and (min-width: 331px) and (max-width: 500px) {
  .spin-rings {
    background-image: url("../media/spin-ring3.16a445b3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    min-width: 350px !important;
    max-width: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }

  .bhdLno {
    object-fit: contain;
    z-index: 5;
    pointer-events: none;
    flex-shrink: 0;
    width: 80vw;
    height: 80vw;
    position: relative;
    max-width: 285px !important;
    max-height: 285px !important;
  }

  .roulette-button {
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border: 3px solid #f28f1f;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    transition: all .3s;
    animation: 2.8s ease-in-out infinite spinPulse;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #f28020 0%, #5a223f 74%) !important;
    width: 53px !important;
    height: 53px !important;
  }
}

.bhdLno {
  object-fit: contain;
  z-index: 5;
  pointer-events: none;
  flex-shrink: 0;
  width: 50vw;
  height: 80vw;
  position: relative;
  bottom: -2px;
  left: 0;
  max-width: 436px !important;
  max-height: 436px !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .spin-rings {
    background-image: url("../media/spin-ring3.16a445b3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    min-width: 300px !important;
    max-width: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .bhdLno {
    object-fit: contain;
    z-index: 5;
    pointer-events: none;
    flex-shrink: 0;
    width: 80vw;
    height: 80vw;
    position: relative;
    max-width: 245px !important;
    max-height: 245px !important;
  }

  .roulette-button {
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border: 3px solid #f28f1f;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    transition: all .3s;
    animation: 2.8s ease-in-out infinite spinPulse;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #f28020 0%, #5a223f 74%) !important;
    width: 53px !important;
    height: 53px !important;
  }
}

.gTLZXx {
  z-index: 5;
  filter: brightness(2.4) saturate(7) contrast(10.4) drop-shadow(0 0 10px #4a1938) drop-shadow(0 0 8px #f3a931);
  width: 17%;
  position: absolute;
  top: 15px;
  right: 6px;
  overflow: hidden;
}

.balloon-container {
  height: 160px;
  position: relative;
  overflow: visible;
}

.balloon {
  opacity: .85;
  border-radius: 50%;
  width: 35px;
  height: 45px;
  animation: 5s ease-in infinite float;
  position: absolute;
  bottom: -30px;
}

.balloon:after {
  content: "";
  background: #555;
  width: 2px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.balloon.red {
  background: #ff4b5c;
  animation-delay: 0s;
  left: 20px;
}

.balloon.pink {
  background: #ec4899;
  animation-delay: 4s;
  left: 260px;
}

@keyframes float {
  0% {
    opacity: .9;
    transform: translateY(0)scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-80px)scale(1.1);
  }

  100% {
    opacity: 0;
    transform: translateY(-160px)scale(.95);
  }
}

.reward-popup-overlay {
  z-index: 20000;
  background: #000000bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  animation: .4s ease-out fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.reward-popup {
  text-align: center;
  background: linear-gradient(135deg, #fff7d1, #ffe8a3);
  border-radius: 20px;
  width: 380px;
  padding: 25px;
  animation: .5s zoomIn;
  position: relative;
  box-shadow: 0 0 25px #fffac8cc;
}

.reward-title {
  color: #d47b00;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
}

.reward-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.close-btn {
  color: #fff;
  cursor: pointer;
  background: #f09c00;
  border: none;
  border-radius: 10px;
  padding: 10px 25px;
  font-weight: 700;
  transition: all .3s;
}

.close-btn:hover {
  background: #d98300;
}

.balloon-area {
  height: 120px;
  position: relative;
}

.balloon {
  opacity: .9;
  border-radius: 50%;
  width: 35px;
  height: 45px;
  animation: 4s ease-in-out infinite floatUp;
  position: absolute;
}

.balloon.red {
  background: #ff4b5c;
  left: 20px;
}

.balloon.blue {
  background: #4d9ef7;
  animation-delay: .5s;
  left: 120px;
}

.balloon.green {
  background: #4cd964;
  animation-delay: 1s;
  left: 220px;
}

.balloon.yellow {
  background: #ffd600;
  animation-delay: 1.5s;
  left: 80px;
}

@keyframes floatUp {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(-100px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.reward-popup-overlay {
  z-index: 9998 !important;
}

.reward-popup {
  z-index: 9999;
}

canvas.confetti-canvas {
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  position: fixed !important;
}

.confetti-canvas {
  width: 100%;
  height: 100%;
}

.premium-reward {
  color: #4f1d41;
  text-align: center;
  text-shadow: 0 0 8px #ffdb70e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.reward-sub {
  background: linear-gradient(90deg, #b94814, #a89a19, #530d94);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 1.1rem;
  font-weight: 700;
  animation: 3s linear infinite shineMove;
  display: inline-block;
}

@keyframes shineMove {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 200%;
  }
}

.reward-popup {
  opacity: 1;
  transition: all .4s;
  transform: translateY(0)scale(1);
}

.popup-close {
  opacity: 0;
  transform: translateY(-40px)scale(.95);
}

.betterluck-box {
  text-align: center;
  background: linear-gradient(135deg, #fff, #f3f3f3);
  border: 2px solid #c8c8c866;
  border-radius: 18px;
  width: 430px;
  padding: 25px;
  animation: .35s ease-out zoomIn;
  position: relative;
  box-shadow: 0 0 20px #ffffff4d, 0 0 40px #b4b4b466;
}

.betterluck-title {
  color: #f09c00;
  text-transform: uppercase;
  text-shadow: 0 0 12px #f09c00 0 0 20px #f09c00;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}

.betterluck-text {
  color: #555;
  margin-bottom: 18px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.betterluck-box .close-btn, .betterluck-box .close-btn:hover {
  background: #f09c00;
}

.popup-close {
  transition: all .35s;
  transform: translateY(-35px)scale(.9);
  opacity: 0 !important;
}

@media (max-width: 480px) {
  .betterluck-box {
    width: 80%;
    padding: 20px;
  }
}

/* [project]/node_modules/react-multi-carousel/lib/styles.css [app-client] (css) */
@font-face {
  font-family: revicons;
  fallback: fallback;
  src: url("../media/revicons.f1539f16.woff") format("woff"), url("../media/revicons.5172a59f.ttf") format("ttf"), url("../media/revicons.d45d8253.eot") format("ttf");
}

.react-multi-carousel-list {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.react-multi-carousel-track {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.react-multiple-carousel__arrow {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  background: #00000080;
  border: 0;
  border-radius: 35px;
  outline: 0;
  min-width: 43px;
  min-height: 43px;
  transition: all .5s;
  position: absolute;
}

.react-multiple-carousel__arrow:hover {
  background: #000c;
}

.react-multiple-carousel__arrow:before {
  color: #fff;
  text-align: center;
  z-index: 2;
  font-family: revicons;
  font-size: 20px;
  display: block;
  position: relative;
}

.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: #00000080;
}

.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}

.react-multiple-carousel__arrow--left:before {
  content: "";
}

.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}

.react-multiple-carousel__arrow--right:before {
  content: "";
}

.react-multi-carousel-dot-list {
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.react-multi-carousel-dot button {
  opacity: 1;
  width: 12px;
  height: 12px;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid gray;
  border-radius: 50%;
  outline: 0;
  margin: 0 6px 0 0;
  padding: 0;
  transition: background .5s;
  display: inline-block;
}

.react-multi-carousel-dot button:hover:active, .react-multi-carousel-dot--active button {
  background: #080808;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }

  .react-multi-carousel-track {
    overflow: visible !important;
  }
}

[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}

.rtl.react-multiple-carousel__arrow--right {
  left: calc(4% + 1px);
  right: auto;
}

.rtl.react-multiple-carousel__arrow--right:before {
  content: "";
}

.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}

.rtl.react-multiple-carousel__arrow--left:before {
  content: "";
}

/*# sourceMappingURL=_87df5009._.css.map*/