@tailwind base;
@tailwind components;
@tailwind utilities;

/* @tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --background: #ffffff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}




@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&amp;family=Roboto:wght@300;500;700&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700;900&family=Montserrat:wght@400;500;700&family=Rubik:wght@400;500;700;900&display=swap);


body {
  color: var(--foreground);
  background: var(--background);
  font-family: Cairo, Helvetica, sans-serif;
} */

/* Jayanga Added FAQ Section Style */


/* FAQ Section */

/* Jayanga Ends FAQ */


/* Header Section */
/* Header Styles */
/* .header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: transparent;
  padding: 25px 0;
} */

/* .navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
} */

/* Navigation Menu */
/* .nav-menu {
  background-color: #fff;
  padding: 6px 40px;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center; */
/* gap: 50px; */
/* } */

/* Navigation Links */
/* .nav-link {
  text-decoration: none;
  color: #333;
  /* font-weight: 500; */
/* transition: color 0.3s ease;
  padding-top: 24px;
}  */

/* .nav-link:hover {
  color: #34c404;
} */

/* Centered Logo */




/* Ends Nav  */
html,
body {
  background: #d8dd35;
  background: linear-gradient(to right, #c2c42b, #d9dd30, #c2c42b);
 
}

/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Bunny animation */
.bunny-animation {
  margin-bottom: 20px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bunny-animation video {
  max-width: 100%;
  height: auto;
}

/* Progress bar */
.animation-bar-1 {
  position: relative;
  display: block;
  width: 550px;
  max-width: 90%;
  height: 20px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.animation-bar-1 span {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 0%;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(to bottom, #5b2d8b, #2a0b47);
  animation: progress-anim 7s ease-in-out;
}

.animation-bar-1 span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(45deg, #ffffff 25%,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0) 50%,
      #ffffff 50%,
      #ffffff 75%,
      rgba(0, 0, 0, 0) 75%,
      rgba(0, 0, 0, 0));
  background-size: 30px 30px;
  opacity: 0.3;
  animation: progress-anim-1-after 0.5s infinite linear;
}

/* Animation for progress bar */
@keyframes progress-anim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .animation-bar-1 {
    width: 90%;
  }

  .bunny-animation {
    width: 150px;
  }
}


/*  */

/* FAQ Section */
.faq-section {
  padding: 120px 20px 130px;
  background-color: #5b1693;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.faq-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1250px;
  margin: 0 auto;
}

.faq-left {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  text-align: start;
}

.faq-title {
  display: block;
  width: 180px;
}

.faq-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-left: 16px;
}

.faq-link {
  color: #ffd700;
  text-decoration: underline;
}

.bunny-image {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.faq-right {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  padding: 20px;
}

.faq-item {
  margin-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1rem;
}

.faq-icon {
  fill: #fff;
}

.faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-left: 40px;
  margin-right: 20px;
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  margin-top: 10px;
  transition: max-height 0.5s ease-in;
}

.faq-item.active .faq-question-text {
  color: #ffd700;
}

.faq-item.active .faq-question {
  margin-top: 5px;
}

.faq-item.active .faq-toggle {
  color: #ffd700;
}

/* END FAQ */

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

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

/* Games Slider */
.games-cash-ticket {
  position: relative;
  padding: 150px 120px;
  background-color: #f3ebeb;
  text-align: center;
  z-index: 1 !important;
}

.games-cash-ticket h2 {
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: 1000;
  font-family: 'Poppins';
}

.games-slider {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

.games-slider div {
  border-radius: 10px;
}

.games-slider div:hover {
  border-radius: 10px;
}

.games-slider div img {
  width: 92%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s;
}

.games-slider div img:hover {
  transform: scale(1.01);
  border-radius: 10px;
}

.slick-slide {
  margin: 0 15px;
}

/* Description Text */
.games-description {
  font-size: 1.3rem;
  color: #000;
  /* margin-top: 20px; */
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  line-height: 1.6;
  font-family: 'Poppins';
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}

/* Slick Slider Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  /* Background color */
  border-radius: none;
  /* Make it circular */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.app-download {
  width: 200px !important;
}

.slick-next {
  right: -5px;
}

.slick-prev svg,
.slick-next svg {
  stroke: #000;
  transition: stroke 0.3s;
}

.slick-prev:hover svg,
.slick-next:hover svg {
  stroke: #ff6600;
  /* Change color on hover */
}

.floating-coin {
  top: 192px;
  left: 10%;
  z-index: 90px;
  width: 130px;
}

.game-section {
  left: 58%;
  top: 85px;
  width: 120px;
  z-index: 9;

}

.game-section-carrot {
  bottom: -20px;
  width: 160px;
  left: 57%;
  z-index: 99;

}

.game-section-fire {
  width: 120px;
  right: 115px;
  bottom: 230px;
}

@media (max-width: 1024px) {
  .games-slider {
    gap: 20px;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }

  .slick-next {
    right: 5px;
  }

  .floating-coin {
    top: 60px;
    left: 4%;
    z-index: 90px;
  }

  .floating-carrot {
    right: 4%;
    bottom: 40px;
    width: 100px;
    z-index: 90px;
  }
}

@media (min-width: 1024px) {
  .games-slider {
    gap: 20px;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }

  .slick-next {
    right: 5px;
  }

  /* .floating-coin {
    top: 156px;
    left: 7%;
    z-index: 90;
  } */

  .floating-carrot {
    right: 4%;
    bottom: 136px;
    width: 180px;
    z-index: 9999;
  }
}

@media (max-width: 810px) {
  .games-title {
    font-size: 20px;
  }
}


/* game-cash-slider-end-h */

/* Full-Width Partner Slider */
.withdrawal-partners {
  text-align: center;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.withdrawal-partners h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: 900;
  font-family: 'poppins';
  padding-bottom: 35px;
  padding-top: 50px;
}

.partners-slider {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 20px;
}

.partners-slider div img {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  /* Adjust based on actual size requirements */
  width: 100%;
}

.discover-s {
  border-radius: 25px !important;
}

/* End Partner Slider */
.c-screens__image img {
  width: 350px;
  margin-left: -5px;
  margin-top: 8px;
}

.c-screens:hover {
  /* transform: rotate(8deg) scale(1.1); */
}

/* Footer Starts */


/* Footer Section */
footer {
  background-color: rgb(43 4 77/var(--tw-bg-opacity, 1));
  color: white;
  text-align: center;
  padding: 4rem;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.regulated-by {
  margin-top: -13px;
}

.follow-us {
  margin-top: -37px;
}

.download-app {
  margin-top: 30px;
}

.footer-logo {
  width: 210px;
  margin-bottom: 20px;
}

.footer-heading {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.social-icons,
.app-links,
.footer-regulated {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.social-icons img,
.app-links img {
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}

.footer-regulated img {
  width: 100px;
}

.footer-logo2 {
  width: 100px;
}

.google-play {
  width: 250px;
}

.text-3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-top: 15px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.text-1 {
  flex: 1;
  font-size: 1rem;
  text-align: start;
}

.footer-links {
  display: flex;
  justify-content: end;
  gap: 2rem;
}

.footer-links a {
  font-size: 1rem;
  text-decoration: none;
  color: white;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(91, 22, 147, 0.85);
  /* Purple (#5b1693) with 85% transparency */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 1000;
  backdrop-filter: blur(10px);
  /* Soft blur effect */
}


/* Active state - smoothly slides down & fades in */
.mobile-menu-overlay.active {
  transform: translateY(0);
  opacity: 1;
}

/* Menu content */
.mobile-menu-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Menu links */
.mobile-menu-content a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 20px;
  transition: color 0.3s ease-in-out;
}

.mobile-menu-content a:hover {
  color: #ff9800;
}



/* Close button */
.close-menu {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  background: none;
  border: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.close-menu:hover {
  transform: rotate(90deg) scale(1.1);
  opacity: 0.8;
}

.play-btn {
  margin-top: 60vh !important;
}

.body-b3.passions-s {
  left: 82rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mobile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .hero-button {
    /* display: none; */
    bottom: -70px;
    left: 8%;
  }

  .withdrawal-partners {
    padding-top: 100px;
    padding-bottom: 25px;
  }

  .partners-slider {
    margin-top: 0px;
  }


  .play-btn {
    display: none;
    margin-top: 70vh !important;
  }

  .play-btn-image {
    width: 80% !important;
  }

  .mobile-nav {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
  }

  .mobile-menu-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  .mobile-nav-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav-menu a,
  .mobile-nav-menu button {
    padding: 15px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #333;
  }

  .mobile-nav-menu a:hover {
    color: #34c404;
  }

  .mobile-nav-menu.active {
    display: flex;
  }

  /*Header */
  .button-container,
  .nav-menu-wrapper {
    display: none;
  }

  /*hero section*/
  .hero-content-wrapper {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .mobile-mockup {
    width: 400px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    right: -6%;
    transform: rotate(-12deg);
  }

  .bunney-icon {
    width: 300px;
    position: absolute;
    left: 53%;
    bottom: 10%;
    transform: translateX(-50%);
    z-index: 1;
    top: 81px;
    transition: left 10s ease, z-index 8s linear 7s;
  }

  .bunney-icon.animate {
    left: 10%;
    z-index: 9999 !important;
    top: 70px;
  }

  .left-section {
    width: 100%;
    padding: 10px 10px;
  }

  .arrow-icon,
  .flash-icon {
    display: none;
  }

  .cash-icon {
    width: 100px !important;
    top: -1%;
    left: 4%;
  }

  .stars-icon {
    width: 150px !important;
    top: -6%;
    left: 44%;
  }

  .lottery-icon {
    width: 100px !important;
    left: 70%;
    top: 22%;
  }

  .hero-title {
    width: 300px;
    margin: 10px auto;
  }

  .hero-description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block !important;
  }

  .hero-button {
    padding: 10px 20px;
    font-size: 16px;
    margin-left: 45px;
    border: 6px solid #FFF;
  }

  /* Modal Adjustments */
  .modal {
    top: 0px;
    z-index: 99999;
  }

  .modal-content {
    width: 90%;
    padding: 20px;
    border-radius: 12px;
    margin: 0 auto;
    z-index: 99999;
  }

  .modal-content h2 {
    font-size: 20px;
  }

  .modal-content .close-btn {
    font-size: 24px;
  }

  .modal-content input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
  }

  .modal-footer {
    font-size: 14px;
  }

  .modal-content .submit-btn {
    padding: 10px;
    font-size: 16px;
  }

  /* Right Section Adjustments */
  .right-section {
    width: 100%;
    margin-top: -50px;
  }

  .rotating-rays {
    width: 600px !important;
    top: -18%;
    left: 35%;
    transform: translate(-50%, -50%);
  }

  .glow-icon {
    width: 400%;
  }

  .mobile-mockup {
    width: 250px;
    right: 0;
    /* transform: none; */
    z-index: 500;
  }

  .mobile-mockup:hover {
    transform: rotate(0deg) scale(1.1) !important;
  }

  .fire-icon {
    width: 80px;
    top: 10%;
    right: 5%;
    z-index: 999;
    display: block;
  }

  /*animitaion text*/
  .discover-content {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  /*scrolle text*/
  .body-b3.passions-s {
    width: 60rem;
    font-size: 4.26rem;
    left: 180rem;
    text-align: left;
    top: -45%;
  }

  .border-R {
    border-radius: 0px;
    transform: translate3d(0px, 0px, 0px) scale3d(0.959224, 0.959224, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }

  .passions-height {
    height: 200vh
  }

  .discover-headline {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 150px; */
  }

  .larger-screen {
    display: none !important;
  }

  .mobile-screen {
    display: block !important;
  }

  .discover-h-mask img {
    width: 50px;
  }

  .discover-h-frist-line.s1 {
    left: 50rem;
    display: flex;
    top: -100px;
  }

  .container.discover-s {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 20rem 6.95rem 6.95rem;
    display: flex;
    position: absolute;
  }

  /*banifits */
  .benefits-sc {
    position: relative;
    margin: 100px 0
  }

  .benefits-height {
    height: 300vh;
  }

  .benefits-subheight {
    top: 0vh;
    height: 360vh;
    position: relative;
  }

  .benefits-headline-mask {
    width: 50rem !important;
    margin-top: -50px;
  }

  .benefits-header-block {
    padding-bottom: 50px !important;
  }

  .benefits-header-block .image-contain {
    width: 25% !important;
    height: auto;
    padding-bottom: 100px !important;
  }

  .benefits-text-block .body-b2 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal !important;
  }

  .benefits-text-block .soon {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
  }

  .benefit-lighting {
    margin-top: 0px !important;
    width: 200px;
  }

  .container.benefits-s {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .benefits-emoji-group {
    display: none !important;
  }

  .benefits-mobile-json {
    transform: rotate(-12deg);
    width: 250px;
    margin-left: 25px !important;
  }

  .game-section {
    left: 10%;
    top: 178px;
    width: 80px;
  }

  .footer-logo {
    width: 150px;
    margin-top: 5px;
  }

  .game-section-carrot {
    top: 651px;
    width: 100px;
    left: 10%;
    z-index: 99;
  }

  .game-section-fire {
    width: 80px;
    right: 26px;
    top: 421px;
  }

  /*Partners section*/
  .games-cash-ticket {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 120px 20px;
    z-index: 999;
    margin-top: -100px;
  }

  .games-cash-ticket h2 {
    margin-right: auto;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 350px;
    margin-left: auto;
    font-family: 'poppins';
  }

  .floating-coin {
    width: 90px;
    top: 215px;
    z-index: 10;
  }

  .floating-carrot {
    width: 110px;
    z-index: 10;
    bottom: 333px;
  }

  .games-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 80%;
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px;
  }

  .games-slider div img {
    width: 100%;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(91, 22, 147, 0.9);
    /* Your purple color with transparency */
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    padding-top: 10px;
  }

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

  .mobile-menu-toggle {
    background: none;
    border: none;
    font-size: 24px;
    color: rgb(70, 13, 82);
    cursor: pointer;
  }

  /* When scrolling down - Hide full header */
  .mobile-header.hide-header {
    transform: translateY(-100%);
  }

  /* When scrolling up - Show only menu toggle */
  .mobile-header.show-toggle {
    transform: translateY(0);
    display: flex;
    justify-content: flex-end;
    /* padding-right: 20px; */
  }

  /* Show full header when at top */
  .mobile-he335ader.show-full {
    transform: translateY(0);
    display: flex;
    justify-content: space-between;
  }

  .footer_terms {
    font-size: 6px !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .games-description {
    padding-top: 10px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-bottom: 20px; */
  }

  /*promotion section*/
  .withdrawal-partners h2 {
    font-size: 35px;
    font-weight: bold !important;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    z-index: 9999;
  }

  .partners-slider img {
    max-width: 300px;
  }

  /*FAQ Section*/
  .faq-container {
    padding: 40px 10px;
  }

  .faq-description {
    font-size: 3rem;
  }

  .bunny-image {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
  }

  .faq-right {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .faq-question-text,
  .faq-toggle,
  .faq-answer {
    font-size: 3rem;
  }

  .faq-section {
    padding: 30px 10px 30px;
  }

  /*Footer Section*/
  .footer-container {
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .google-play {
    width: 150px;
    height: 50px;
    margin-top: 5px;
  }

  .social-icons,
  .app-links,
  .footer-links {
    justify-content: center;
    margin-bottom: 25px;
  }

  .footer-heading {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1rem;
    padding-top: 25px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .text-1,
  .footer-links a {
    font-size: 12px;
  }

  .text-3 {
    font-size: 3rem;
  }

  .google-play {
    width: 150px;
    height: 50px;
    margin-top: 5px;
  }

  .follow-us {
    margin-top: 0px;
  }

  .download-app {
    margin-top: 0px;
  }
}

/* Footer Ends */


/* GameCarousel */

/* Game Carousel Section */
.game-carousel {
  position: relative;
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.carousel-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.carousel-description {
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Game Cards */
.game-slide {
  display: flex;
  justify-content: center;
}

.game-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.game-card:hover {
  transform: scale(1.05);
}

.game-title {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
}

.game-image {
  border-radius: 20px;
}

/* Floating Icons */
/* .floating-icon {
  position: absolute;
  animation: float 3s ease-in-out infinite;
} */

.coin-icon {
  top: 20%;
  left: 10%;
  width: 90px;
  height: auto;
  animation-delay: 0s;
}

.carrot-icon {
  bottom: 10%;
  right: 10%;
  width: 60px;
  height: auto;
  animation-delay: 1.5s;
}

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

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

/* Swiper Navigation Arrows */
.swiper-button-prev,
.swiper-button-next {
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .carousel-heading {
    font-size: 1.5rem;
  }

  .coin-icon,
  .carrot-icon {
    width: 40px;
  }

  .hero-description {
    display: none !important;
    ;
  }

}

/* Ends Game Carousel */

/* Promo Section Starts */


/* Promo Section */
.promo-section {
  background-color: #42CFFF;
  /* Sky Blue Background */
  padding: 80px 20px;
  width: 100%;
  overflow: hidden;
}

.promo-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* Left Side */
.promo-left {
  flex: 1;
  text-align: center;
}

.promo-heading {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.coin-icon {
  margin: 10px auto;
}

.promo-description {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.5;
  margin: 20px auto;
  max-width: 450px;
}

.store-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.coming-soon {
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}

/* Right Side */
.promo-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .mobile-mockup { */
/* width: 300px; */
/* transform: rotate(1deg); */
/* transition: transform 0.3s ease; */
/* } */

.mobile-mockup:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 999;
}

/* Floating Icons */
/* .floating-icon {
  position: absolute;
  animation: float 3s ease-in-out infinite;
} */

.carrot-icon {
  bottom: -10%;
  left: 10%;
  animation-delay: 0.5s;
}

/* .fire-icon { */
/* top: 10%;
  right: 10%;
  animation-delay: 1s; */
/* } */

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

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

/* Responsive */
/* @media (max-width: 768px) {
  .promo-container {
    flex-direction: column;
    gap: 30px;
  }

  .promo-heading {
    font-size: 2rem;
  }

  .mobile-mockup {
    width: 250px;
  } */

/* .floating-icon {
    width: 40px;
  } */
/* } */



/* Promo Section Ends */


/* Cash win  Section */

/* Cash Win Section */
/* Cash Win Section */
.cash-win-section {
  background-color: #E3E32E;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;

}

.cash-win-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
}

/* Left Side */
.cash-win-left {
  flex: 1;
  position: relative;
  text-align: left;
}

.cash-heading {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cash-description {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 400px;
  text-align: center;
}

/* Join Waitlist Button */
.waitlist-btn {
  background-color: #7B00FF;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  font-size: 1rem;
  /* border-radius: 50px; */
  /* border: none; */
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;



  background-color: #6A0DAD;
  color: #fff;
  /* padding: 5px 25px; */
  border-radius: 25px;
  /* font-weight: bold; */
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 6px solid #fff;
  right: 50px;
}

.waitlist-btn:hover {
  transform: scale(1.05);
}

/* Right Side */
/* .cash-win-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Rotating Rays */
/* .rotating-rays {
  position: absolute;
  width: 500px;
  height: 500px;
  animation: rotate-rays 15s linear infinite;
  z-index: 0;
  transform: translate(-50%, -50%) scale(2); */
/* Scale up rays */
/* filter: brightness(1.2) contrast(1.2); */
/* Boost visibility */
/* opacity: 0.5;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%); */
/* Perfectly centered */
/* z-index: 0; */
/* Ensure it's behind everything */

/* } */

/* @keyframes rotate-rays {
  from {
    transform: translate(-50%, -50%) scale(2) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) scale(2) rotate(360deg);
  }
} */

/* Mobile Mockup */
/* .mobile-mockup { */
/* width: 350px; */
/* transform: rotate(12deg); */
/* transition: transform 0.3s ease; */
/* z-index: 2; */
/* Higher than rays, below floating icons */
/* } */

/* .mobile-mockup:hover {
  transform: rotate(0deg) scale(1.05);
} */

/* Floating Icons */
/* .floating-icon {
  position: absolute;
  animation: float 4s ease-in-out infinite;
} */

/* .cash-icon {
  top: -40%;
  left: -5%;
  width: 150px;
  z-index: 1; */
/* Behind other floating icons */


/* } */

/* .raffle-icon {
  top: -50%;
  left: 70%;
  animation-delay: 1s;
  width: 200px;
  z-index: 3; */
/* Higher layer */
/* } */

/* .fire-icon {
  top: 50%;
  right: -5%;
  animation-delay: 2s;
  width: 200px;
  z-index: 100;
} */

/* .flash-icon { */
/* bottom: 5%; */
/* right: 100%; */
/* animation-delay: 3s; */
/* z-index: 4; */
/* Higher than raffle */
/* width: 100px; */
/* } */

/* @keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
} */

/* Responsive */
/* @media (max-width: 768px) {
  .cash-win-container {
    flex-direction: column;
  }

  .cash-heading {
    font-size: 2rem;
  }

  .mobile-mockup {
    width: 250px;
  }

  .waitlist-btn {
    font-size: 0.9rem;
  }
} */



/* Ends of Cash Wins */

/* Scrolling text  Section */

/* Scrolling Section */
/* Scrolling Section */
/* .scrolling-text-section { */
/* height: 100vh; */
/* background-color: #FF5E5E; */
/* Red background */
/* position: relative; */
/* overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Scrolling Text */
/* .scrolling-text {
  position: absolute;
  white-space: nowrap;
  font-size: 16rem;
  /* Larger font size */

/* Center Content */
/* .center-content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.description {
  font-size: 1rem;
  color: #333;
  max-width: 400px;
  margin-top: 10px;
  line-height: 1.5;
} */

/* Responsive Design */
/* @media (max-width: 768px) {
  .scrolling-text {
    font-size: 6rem;
  }

  .description {
    font-size: 0.9rem;
  }
} */


/* End of scroll text */


.stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.c-screens {
  position: relative;
  width: 30%;
  padding-bottom: 35.25%;
  height: 0;

}



.c-content {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 50%;
  margin-top: 20px;
}

.c-screens__image {
  max-height: 100px;
  position: absolute;
  top: 0;
}

.c-content__text {
  text-align: center;
  max-width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



#text01 {
  opacity: 1;
}

#text02 {
  opacity: 0;
}

#text03 {
  opacity: 0;
}

#text04 {
  opacity: 0;
}

#screen01 {
  z-index: 3;
}

#screen02 {
  z-index: 2;
}

#screen03 {
  z-index: 1;
}

#screen04 {
  z-index: 1;
}

@media (min-width: 1800px) {
  .c-content__text {
    gap: 40px;
  }
}

/* Mobile-responsive styles */
@media (max-width: 768px) {
  .stage {
    padding: 80px 0;
    flex-direction: column;
  }

  .c-content__text_img {
    display: none !important;
  }

  .c-content__text_p {
    /* display: none !important; */
  }

  .benefits-sc {
    padding-top: 0px;
    padding-bottom: 540px;
  }


  .c-screens__image {
    top: -127px;
  }

  .fire-icon {
    display: none;
  }

  .icon {
    width: 10%;
  }

  .c-screens {
    width: 100%;
    order: 2;
    margin-top: -35px !important;

  }

  .c-content {
    width: 100%;
    order: 1;

  }

  .c-content__text .title {
    width: 250px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .c-content__text p {
    font-size: 16px;
    width: 80%;
    margin: 10px auto;
  }

  .c-content__text p {
    font-size: 4rem !important;
    width: 300px !important;
  }

  .c-screens__image img {
    width: 240px !important;
    margin-top: 415px !important;
    /* transform: rotate(-12deg) !important; */
    /* padding-left: -150px !important; */
    /* right: -50% !important; */
  }

  .c-container {
    padding-top: 0px !important;
  }
}


body {
  overflow-x: hidden;
  /* width: 100%;*/
  margin: 0;
  padding: 0;
}


@media (min-width: 1920px) and (max-width: 2056px) {
  .hero-content-wrapper {
    max-width: 1560px !important;
  }

  .hero-title {
    width: 500px;
    margin-top: -15%;
  }

  .stars-icon {
    margin-top: -45px;
  }

  .cash-icon {
    width: 165px !important;
    top: 10%;
    left: 0%;
  }

  .arrow-icon {
    width: 226px;
  }

  .flash-icon {
    bottom: 1%;
  }

  .hero-button {
    margin-left: 6%;
    margin-top: 30px;
  }

  .glow-icon {
    width: 70%;
  }

  .bunney-icon {
    width: 80%;
    margin-top: -30px;
  }

  .mobile-mockup {
    width: 519px;
    right: 0%;
  }

  .fire-icon {
    right: 3%;
  }

 .passions-headline-wrapper {
    gap: 40px !important;
  }

  .mobile-way {
    width: 300px !important;
    margin-top: 200px !important;
  }

  .section-title {
    text-align: center;
    position: absolute;
    top: 145px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding-bottom: 20px;
    width: 500px !important;

    /* Adjust this value as needed */
  }

  /*Featuer*/
  .c-screens__image img {
    width: 440px;
    /* margin-top: px; */
  }

  .game-section {
    top: 141px;
    left: 59%;
  }

  .game-section-carrot {
    bottom: 0px;
    left: 58%;
    z-index: 99;
  }

  .game-section-fire {
    right: 150px;
    bottom: 275px;
  }

  .c-content {
    margin-top: 50px;
  }

  .games-cash-ticket h2 {
    font-size: 60px;
  }

  .floating-carrot {
    right: 10%;
  }

  .faq-container {
    max-width: 1340px;
  }


  /*Footer*/
  .footer-container {
    max-width: 1560px;
  }

  .footer-bottom {
    max-width: 1560px;
  }

  .bunney-icon {
    margin-top: -40px;
    width: 90% !important;
  }
}


.section-title {
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-bottom: 20px;
  /* Adjust this value as needed */
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .header {
    display: none !important;
  }
  
  .c-content__text .title {
    width: 300px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .c-content__text p {
    font-size: 16px;
    width: 80%;
    margin: 10px auto;
  }

  .c-content__text p {
    font-size: 3.5rem !important;
    width: 450px !important;
  }

  .c-screens__image img {
    width: 240px !important;
    margin-top: 485px !important;
  }

  .c-container {
    padding-top: 0px !important;
  }
  
    /*FAQ Section*/
  .faq-container {
    padding: 40px 10px;
    display: block;
  }

  .faq-left {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .faq-description {
    font-size: 3rem;
  }

  .bunny-image {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
  }

  .faq-right {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .faq-question-text,
  .faq-toggle,
  .faq-answer {
    font-size: 3rem;
  }

  .faq-section {
    padding: 30px 10px 30px;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-heading {
    margin-top: 20px;
    padding-bottom: 5px;
  }

  .download-app {
    margin-top: -10px;
  }

  .google-play {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 180px;
    margin: auto auto;
    height: 50px;
  }

  .text-3 {
    font-size: 3rem;
    margin-top: 20px;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .text-1,
  .footer-links a {
    font-size: 18px;
    line-height: 32px;
  }
 }
 
 
 

.privacy {
    color: black;
    font-family: 'poppins';
    margin: 150px 10px;
}

.main-topic {
    margin-bottom: 25px;
}

.privacy-text {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 2rem;
}

.list-main {
    margin-left: 15px;
    font-size: 22px;
    padding-bottom: 25px;
    padding-top: 25px;
    font-weight: bold;
}

.list-sub {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2rem;
    font-weight: normal;
}

.navbar2 {
    background-color: var(--transparent);
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
    transition: all .4s;
    display: flex;
}

 @media (min-width: 470px) and (max-width: 1024px) {
  .header {
    display: none !important;
  }
}